We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca59ab commit dddd219Copy full SHA for dddd219
compiler/rustc_codegen_ssa/src/target_features.rs
@@ -29,7 +29,6 @@ const ARM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
29
("aclass", Some(sym::arm_target_feature)),
30
("aes", Some(sym::arm_target_feature)),
31
("crc", Some(sym::arm_target_feature)),
32
- ("crypto", Some(sym::arm_target_feature)),
33
("d32", Some(sym::arm_target_feature)),
34
("dotprod", Some(sym::arm_target_feature)),
35
("dsp", Some(sym::arm_target_feature)),
0 commit comments