diff options
| author | SparrowLii <liyuan179@huawei.com> | 2021-10-20 10:19:23 +0800 |
|---|---|---|
| committer | SparrowLii <liyuan179@huawei.com> | 2021-10-25 14:18:42 +0800 |
| commit | 14007eca0a3e6cbf040158c6af124c0063deb007 (patch) | |
| tree | 2b53706cb355457746d44cbd0ab583d0d8bcab88 /compiler/rustc_codegen_ssa | |
| parent | 41d8c94d454f23239715a6433df79e46df8bce04 (diff) | |
| download | rust-14007eca0a3e6cbf040158c6af124c0063deb007.tar.gz rust-14007eca0a3e6cbf040158c6af124c0063deb007.zip | |
enable `i8mm` target feature on aarch64
Diffstat (limited to 'compiler/rustc_codegen_ssa')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/target_features.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/target_features.rs b/compiler/rustc_codegen_ssa/src/target_features.rs index 8d7e9612f47..109bd15f12f 100644 --- a/compiler/rustc_codegen_ssa/src/target_features.rs +++ b/compiler/rustc_codegen_ssa/src/target_features.rs @@ -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 |
