Skip to content

Commit

Permalink
Remove crypto composite feature from allowed aarch64 features.
Browse files Browse the repository at this point in the history
Prefer using AES/SHA2 features directly.
  • Loading branch information
adamgemmell committed Aug 3, 2021
1 parent f9b168f commit 3be9261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_codegen_ssa/src/target_features.rs
Expand Up @@ -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
Expand Down

0 comments on commit 3be9261

Please sign in to comment.