1
Fork 0

Remove crypto composite feature from allowed aarch64 features.

Prefer using AES/SHA2 features directly.
This commit is contained in:
Adam Gemmell 2021-06-01 17:00:19 +01:00
parent f9b168fdd8
commit 3be9261048

View file

@ -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