Skip to content
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

Open
BillyDM opened this issue Jun 3, 2021 · 4 comments
Open

ARM Support? #98

BillyDM opened this issue Jun 3, 2021 · 4 comments

Comments

@BillyDM
Copy link

BillyDM commented Jun 3, 2021

Is support for ARM intrinsics planned?

@Lokathor
Copy link
Owner

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.

@Lokathor
Copy link
Owner

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.

@CeleritasCelery
Copy link

Would you accept a PR that adds ARM intrinsics support?

@Lokathor
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants