-
Notifications
You must be signed in to change notification settings - Fork 319
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
Fail to compile vqsort with clang 16 on Darwin M1 #2356
Comments
Hi, thanks for your kind words :) |
In our case, vcpkg is used to compile highway as a dependency. It is non trivial to pass |
I understand, thanks for the follow up. |
I have updated hwy/detect_targets.h to mark the SVE targets as broken on macOS as none of the current Apple A64 CPU's (at least up to and including A4 and M18) support SVE or SVE2 in pull request #2367. The changes to hwy/detect_targets.h in pull request #2367 should fix compilation errors on macOS on A64. |
Hi maintainers,
Thank you for making this great library. When compiling this project on MacOS M1 with clang 16, I got this error "Calling convention SVE_VectorCall is unsupported on Darwin"
The full error message is:
It seems the compilation of vqsort failed.
When compiling with Clang 14, the same code compiles successfully.
The text was updated successfully, but these errors were encountered: