Skip to content

ARMv8 Cryptography Extensions missing? #1003

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

Closed
tarcieri opened this issue Feb 13, 2021 · 2 comments
Closed

ARMv8 Cryptography Extensions missing? #1003

tarcieri opened this issue Feb 13, 2021 · 2 comments

Comments

@tarcieri
Copy link
Contributor

Not sure if this is related to #998 or not, but...

It looks like there have been PRs to add the ARM cryptography extensions but I don't see any of them listed here:

https://doc.rust-lang.org/core/arch/aarch64/index.html

@newpavlov suggested on a recent rust-internals thread this might be a regression?

@bjorn3
Copy link
Member

bjorn3 commented Feb 13, 2021

When 9142a8a added them for arm32, it accidentally also removed them from AArch64. Presumably the author was under the impression that all intrinsics for arm32 are re-exported for aarch64, which is not the case.

@tarcieri
Copy link
Contributor Author

Per discussion on #929, it seems like this may be a dup of #1055

@Amanieu Amanieu closed this as completed Mar 17, 2021
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