Skip to content

Commit 14007ec

Browse files
committed
enable i8mm target feature on aarch64
1 parent 41d8c94 commit 14007ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/target_features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const AARCH64_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
9090
// FEAT_FRINTTS
9191
("frintts", Some(sym::aarch64_target_feature)),
9292
// FEAT_I8MM
93-
// ("i8mm", Some(sym::aarch64_target_feature)),
93+
("i8mm", Some(sym::aarch64_target_feature)),
9494
// FEAT_F32MM
9595
// ("f32mm", Some(sym::aarch64_target_feature)),
9696
// FEAT_F64MM

0 commit comments

Comments
 (0)