We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b168f commit 3be9261Copy full SHA for 3be9261
compiler/rustc_codegen_ssa/src/target_features.rs
@@ -47,8 +47,6 @@ const AARCH64_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
47
("sve", Some(sym::aarch64_target_feature)),
48
// FEAT_CRC
49
("crc", Some(sym::aarch64_target_feature)),
50
- // Cryptographic extension
51
- ("crypto", Some(sym::aarch64_target_feature)),
52
// FEAT_RAS
53
("ras", Some(sym::aarch64_target_feature)),
54
// FEAT_LSE
0 commit comments