-
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
ARM64 Support for Android #13
Comments
not in the near future. but the code is 64bit-safe. you can just compile it for arm64 if you want. but you won't get arm assembly optimizations. |
Really? Is it that easy? What do i have to change to make it working? |
Hello, Actually this isn't quite correct. Our ASM optimizations work only on 32-bit CPUs. Somebody recently contacted me directly about ARM64v8 support and we came to the conclusion that we'd need updated ASM code for 64-bit support. |
Update on this question, I got arm64 NEON optimizations working on iOS and MacOS (arm64) using code from this repo: This user rewrote arm specific code using llvm intrinsics, which are usable on both 32 and 64 bit archs. I suspect I'll have success porting to android as well. Hope it helps! |
Hi,
is it planned to support ARM64 for android in the future? Or is it already possible, i did not see it...
The text was updated successfully, but these errors were encountered: