-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Description
README says the library should automatically enable AES on AArch64
Line 60 in 7d5c661
| * `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
Line 111 in 7d5c661
| all(feature = "nightly-arm-aes", target_arch = "aarch64", target_feature = "aes", not(miri)), |
YjyJeff, socloseeee, gcp and paradiseduo
Metadata
Metadata
Assignees
Labels
No labels