Skip to content

AES not enabled on AArch64 #235

@betelgeuse

Description

@betelgeuse

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)),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions