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

AES not enabled on AArch64 #235

Open
betelgeuse opened this issue Apr 29, 2024 · 0 comments
Open

AES not enabled on AArch64 #235

betelgeuse opened this issue Apr 29, 2024 · 0 comments

Comments

@betelgeuse
Copy link

README says the library should automatically enable AES on AArch64

* `nightly-arm-aes`: To use AES instructions on 32-bit ARM, which requires nightly. This is not needed on AArch64.

However, in source code we can see that aarch64 is combined with the nightly-arm-aes feature being enabled

all(feature = "nightly-arm-aes", target_arch = "aarch64", target_feature = "aes", not(miri)),

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

1 participant