-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
MacOS CI: Now running on ARM64 CPUs #372
Comments
Cross-compiling for Linux ARM64 on Linux x86 host works with Clang. However looking at the error message we can see So I suspect Nim is actually running through Rosetta and "thinks" it is on a x86 platform, which leads to this constantine/constantine/platforms/config.nim Lines 12 to 13 in 976c8bb
|
It seems like assembly for Apple Clang changed:
https://github.com/mratsim/constantine/actions/runs/8862799707/job/24336160802?pr=370
constantine/constantine/platforms/isa/cpudetect_x86.nim
Lines 17 to 36 in 976c8bb
The text was updated successfully, but these errors were encountered: