-
Notifications
You must be signed in to change notification settings - Fork 11
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
Apple M1 does not support -march=native #33
Comments
@BrettRey are you using gcc? See [1]. From [2] it seems it might be an issue with clang. [1] https://github.com/andreasvc/disco-dop/#mac-os-x |
Observations:
Also see https://stackoverflow.com/questions/52653025/why-is-march-native-used-so-rarely |
|
Note that CRoaring supports runtime dispatching and it does not need specific compiler directives. |
That is, you do not march=native when compiling CRoaring to get good performance at runtime. |
I recommend updating CRoaring and dropping the march=native. |
@lemire Correct me if I am wrong, but I think this library does not depend on CRoaring, this is a full reimplementation in Cython. |
@Ezibenroc I think you are correct. |
As reported in andreasvc/disco-dop#68 (comment)_
The text was updated successfully, but these errors were encountered: