Skip to content

Commit 3be9261

Browse files
committed
Remove crypto composite feature from allowed aarch64 features.
Prefer using AES/SHA2 features directly.
1 parent f9b168f commit 3be9261

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_codegen_ssa/src/target_features.rs

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ const AARCH64_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
4747
("sve", Some(sym::aarch64_target_feature)),
4848
// FEAT_CRC
4949
("crc", Some(sym::aarch64_target_feature)),
50-
// Cryptographic extension
51-
("crypto", Some(sym::aarch64_target_feature)),
5250
// FEAT_RAS
5351
("ras", Some(sym::aarch64_target_feature)),
5452
// FEAT_LSE

0 commit comments

Comments
 (0)