-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Fix SSE flags for Clang / AppleClang and Cross Compile #2256
Comments
Oven is at temperature ;) |
I went ahead of myself and actually submitted the PR #2416 as you can see 😅 . Can you review it (last commit only) just to guaranteed I covered all points you mentioned in this Issue? |
Ok I'll take a closer look this weekend when I'm back at a Linux box. From the other PR it sounded like you all are pushing for more modern cmake. Generally speaking, tinkering with You can also then safely use the Anyway I'll provide feedback on the PR validating when I can check on both Linux and OSX this weekend. I don't really have time to help with a more thorough removal of |
Slowly. The change was still driven by a problematic bug with the flags.
It isn't being done appropriately. The CMake definitely needs revamping but there are more important (project level) short terms goals.
I tried OS X with Apple's Clang already. I assume Linux will work ok as well but give it a try if you get the chance. There is indeed an imminent release. We've been working over the past months on different items to speed up our release process. Hopefully the changes in our release cycle will be noteworthy. |
-march=native
is currently skipped for all clang.-march=native
for any compiler, currently only excluded for GCC.Will fix after #2100. (Assign to: @svenevs) 😄
The text was updated successfully, but these errors were encountered: