-
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
Doesn't build on powerpc64 #9
Comments
could you create a PR? i cannot test it, but if you're running on a ppc hardware, it might be a good idea to execute the unit tests |
Tests currently don't build:
|
i'm not sure if the ppc/altivec code was ever used in production, i merely wrote the altivec version as a proof of concept with a gcc of 10 years ago and tested it on qemu. |
If you'd like to fix it, but don't have the hardware, there are free PPC64 VM's for FOSS devs provided by OSU or Minicloud. |
I'm building as part of SuperCollider with LLVM 11 rc2 on FreeBSD:
The following patch fixes build, but I'm not sure whether it causes any runtime issues:
The text was updated successfully, but these errors were encountered: