We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i8mm
1 parent 41d8c94 commit 14007ecCopy full SHA for 14007ec
compiler/rustc_codegen_ssa/src/target_features.rs
@@ -90,7 +90,7 @@ const AARCH64_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
90
// FEAT_FRINTTS
91
("frintts", Some(sym::aarch64_target_feature)),
92
// FEAT_I8MM
93
- // ("i8mm", Some(sym::aarch64_target_feature)),
+ ("i8mm", Some(sym::aarch64_target_feature)),
94
// FEAT_F32MM
95
// ("f32mm", Some(sym::aarch64_target_feature)),
96
// FEAT_F64MM
0 commit comments