enable i8mm
target feature on aarch64
This commit is contained in:
parent
41d8c94d45
commit
14007eca0a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ const AARCH64_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
|
||||||
// FEAT_FRINTTS
|
// FEAT_FRINTTS
|
||||||
("frintts", Some(sym::aarch64_target_feature)),
|
("frintts", Some(sym::aarch64_target_feature)),
|
||||||
// FEAT_I8MM
|
// FEAT_I8MM
|
||||||
// ("i8mm", Some(sym::aarch64_target_feature)),
|
("i8mm", Some(sym::aarch64_target_feature)),
|
||||||
// FEAT_F32MM
|
// FEAT_F32MM
|
||||||
// ("f32mm", Some(sym::aarch64_target_feature)),
|
// ("f32mm", Some(sym::aarch64_target_feature)),
|
||||||
// FEAT_F64MM
|
// FEAT_F64MM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue