-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add ARM64 / Aarch64 support #23
Comments
Pull request invited. |
Hi Recently we added support of aarch64 to iresearch project and to ArangoDB. In function __SIMD_fastunpack1_32 following instruction is used: _mm_srli_epi32 The solution is quite simple: Move increment from function call to single line.
Please be careful |
Recent SSE2NEON improves
|
Would you add arm support? Say arm64 or aarch64.
I find DLTcollab/sse2neon might be helpful.
The text was updated successfully, but these errors were encountered: