-
Notifications
You must be signed in to change notification settings - Fork 6
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
Some tests fail on arm64 on macOS #11
Comments
could you try to changes this?
to
and similar for |
Yes, after looking at the SSE implementation I tried that already. It compiles, but the error is still there - it gives the same result as the original code - |
dyfer
added a commit
to dyfer/supercollider
that referenced
this issue
Nov 6, 2022
Disable recip and sqrt from nova-simd on arm64 due to an issue upstream: timblechmann/nova-simd#11
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After commenting out tests that wouldn't compile (see #10), here are the tests that fail on arm64 on macOS (Apple M1 CPU, Clang):
In particular
simd_math_tests
seems to be catching an issue we see in SuperCollider with the behavior ofsqrt
.I'd be happy to try any solutions you might have, but I don't know enough to propose the fixes on my own. I'd appreciate any help with that. Thanks!
The text was updated successfully, but these errors were encountered: