Remove crypto composite feature from allowed aarch64 features.
Prefer using AES/SHA2 features directly.
This commit is contained in:
parent
f9b168fdd8
commit
3be9261048
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ const AARCH64_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
|
|||
("sve", Some(sym::aarch64_target_feature)),
|
||||
// FEAT_CRC
|
||||
("crc", Some(sym::aarch64_target_feature)),
|
||||
// Cryptographic extension
|
||||
("crypto", Some(sym::aarch64_target_feature)),
|
||||
// FEAT_RAS
|
||||
("ras", Some(sym::aarch64_target_feature)),
|
||||
// FEAT_LSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue