-
-
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
[cmake] AVX not detected on macos #5120
Comments
The first interesting observations is that in This leads to |
Solution:
The check tests for exact compiler name, but on macos, the compiler is not |
Could you take a look at #3131 ? If it looks good to you we could perhaps merge it soon |
Well I can see that using that branch, optimizations are detected
Cant's speak to the other changes in that PR.
|
Fixed by pull request #5153 |
I am compiling the current master c1835f4.
System is macos 10.15.7. The cmake configuration process does not pick up on the fact that both AVX and AVX2 should be available:
My cpu supports both AVX 1.0 and AVX2:
The text was updated successfully, but these errors were encountered: