-
Notifications
You must be signed in to change notification settings - Fork 28
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
Compile using cpp backend #506
Comments
Try |
Why wouldn't SIMD instructions work on C++? Just Curious |
We run all of our tests using |
Yeah this is something Mac specific. |
It appears clang on Mac requires pointers to be cast to something like |
I want to use pixie in a nim program that can only be compiled with the cpp backend.
However, pixie cannot be compiled using this cpp backend on my system (mac OS 12).
For example,
nim cpp --gc:orc -d:release -r tests/all.nim
results in multiple errors like
Anyway to get it compiling using
nim cpp
?The text was updated successfully, but these errors were encountered: