-
Notifications
You must be signed in to change notification settings - Fork 8
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
-mcpu= -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 on M2 #136
Comments
Hi @stintel, I thought I had replied here long ago but it seems that either my comment got lost or I never pushed the What's interesting about your machine's case is that neither |
It appears that -march=native doesn't produce useful info, but using -march=native -mcpu=native does:
So maybe as a fallback option, when -march=native does not produce anything useful, retry with -mcpu=native added? |
@stintel interesting! Did you try |
I did. Sorry, should have added that in my previous comment:
|
@stintel so it does need both combined, fancy. Thanks! Let me think more about a fix, I'm tending to try both combined first rather than last at the moment… |
As requested downstream in https://bugs.gentoo.org/show_bug.cgi?id=924184:
I decided "-march=armv8-a" based on the output of the first gcc command, if that's not what you wanted, please let me know and I'll update the post.
The text was updated successfully, but these errors were encountered: