Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete adding optimization flags for each processor type #3

Open
1 of 2 tasks
HackerDaGreat57 opened this issue Sep 5, 2022 · 3 comments
Open
1 of 2 tasks
Assignees
Labels
platform-windows-linux Specific to platform: Windows/Linux todo Will eventually be done

Comments

@HackerDaGreat57
Copy link
Owner

HackerDaGreat57 commented Sep 5, 2022

There will be multiple versions of the app, each built & optimized specifically for different sets of processors. This work will be done by GCC.

Supported Architectures

Planning to support x86 (32 and 64-bit) and ARM64. Planning to support as many CPUs that use one of these two architectures as possible.

Progress

  • Add all processor definitions
  • Add build targets
@HackerDaGreat57 HackerDaGreat57 added the todo Will eventually be done label Sep 5, 2022
@HackerDaGreat57 HackerDaGreat57 added this to the Release v0.0.1.0 milestone Sep 5, 2022
@HackerDaGreat57 HackerDaGreat57 self-assigned this Sep 5, 2022
@HackerDaGreat57 HackerDaGreat57 added the in-progress This is being worked on. label Sep 5, 2022
@HackerDaGreat57 HackerDaGreat57 removed the in-progress This is being worked on. label Sep 5, 2022
@HackerDaGreat57
Copy link
Owner Author

HackerDaGreat57 commented Sep 7, 2022

GCC does not support ARM64 compilation. Canceling Windows ARM64 support, for now.

@HackerDaGreat57 HackerDaGreat57 added wontfix This will not be worked on and removed todo Will eventually be done labels Sep 7, 2022
@HackerDaGreat57 HackerDaGreat57 added todo Will eventually be done in-progress This is being worked on. and removed wontfix This will not be worked on labels Sep 7, 2022
@HackerDaGreat57
Copy link
Owner Author

Done adding processor definitions to makefile. Now working on build targets.

@HackerDaGreat57
Copy link
Owner Author

HackerDaGreat57 commented Oct 17, 2022

Pausing development on this until all other ports are finished updating to Release 0.0.1.0 (due to the new update schedule.)

@HackerDaGreat57 HackerDaGreat57 added platform-windows-linux Specific to platform: Windows/Linux and removed in-progress This is being worked on. labels Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform-windows-linux Specific to platform: Windows/Linux todo Will eventually be done
Projects
No open projects
Status: To-do 📝
Development

No branches or pull requests

1 participant