mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 22:46:50 +00:00
enable i8mm
target feature on aarch64
This commit is contained in:
parent
41d8c94d45
commit
14007eca0a
@ -90,7 +90,7 @@ const AARCH64_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
|
||||
// FEAT_FRINTTS
|
||||
("frintts", Some(sym::aarch64_target_feature)),
|
||||
// FEAT_I8MM
|
||||
// ("i8mm", Some(sym::aarch64_target_feature)),
|
||||
("i8mm", Some(sym::aarch64_target_feature)),
|
||||
// FEAT_F32MM
|
||||
// ("f32mm", Some(sym::aarch64_target_feature)),
|
||||
// FEAT_F64MM
|
||||
|
Loading…
Reference in New Issue
Block a user