-
Notifications
You must be signed in to change notification settings - Fork 288
Split up aarch64's "crypto" feature? #614
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I think this was already discussed somewhere else, e.g., rust-lang/rust#29717 (comment) . That is, we offer
And that's it, everything should still work "as is" for those enabling |
hmm, are there any actual chips that only expose some of the crypto features but not others? I've only ever seen |
RasPi3 (and RasPi4?) doesn't support ARM crypto extension, so it only support CRC32. |
The |
Linux removed Newer versions of ARMv8 do (and presumably all versions of ARMv9 will) specify that they are to be split; see https://developer.arm.com/downloads/-/exploration-tools/feature-names-for-a-profile, section "Features introduced prior to 2020," e.g. "Note that some names have been split into two; for example, ARMv8.0-AES is split into AES and PMULL." Should this be closed now? I see that the macro is working for |
The |
The |
First brought up here, but we may not want to follow in LLVM's footsteps for this!
The text was updated successfully, but these errors were encountered: