-
Notifications
You must be signed in to change notification settings - Fork 9
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
ARM Support? #98
Comments
I would like to have them, though there are very many and so I doubt that I'll get through much of it on my own. The main thing is that they're not yet stable, and I would like to keep the base crate working on stable. If you PR them yourself, please put modules with ARM intrinsics behind a feature flag for now. |
I was just informed that neon for aarch64 is stable now (and has been a while), there's just been a docs bug so it looks unstable in the docs. Accordingly, I'll try to start adding those functions "soon". My physical access to an aarch64 device is more sporadic than with my normal computer so I'm not sure how fast progress will go. |
Would you accept a PR that adds ARM intrinsics support? |
Yeah, definitely. Remember to add a CI run that at least builds the ARM version. Hopefully tests can be run in some way as well, but at least a build pass is essential. |
Is support for ARM intrinsics planned?
The text was updated successfully, but these errors were encountered: