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

higan-ui: Don't use -march=native on ARM systems. #167

Merged
merged 1 commit into from
Mar 21, 2021

Conversation

Screwtapello
Copy link
Contributor

Apparently -march=native doesn't behave the same way on ARM as it does on x86, and clang doesn't support it at all, so when building with local=true we need to detect the architecture.

Apparently -march=native doesn't behave the same way on ARM as it does on x86,
and clang doesn't support it at all, so when building with local=true we need to
detect the architecture.
@Screwtapello Screwtapello force-pushed the local-builds-on-arm-m1 branch from bf37e85 to 785fb66 Compare March 20, 2021 22:30
@Screwtapello Screwtapello merged commit 205c90d into higan-emu:master Mar 21, 2021
@Screwtapello Screwtapello deleted the local-builds-on-arm-m1 branch March 21, 2021 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants