Skip to content

Commit 85993a5

Browse files
authored
Remove AMX and SHA512
These would need a new feature
1 parent 2921fc1 commit 85993a5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: compiler/rustc_target/src/target_features.rs

-8
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability)] = &[
192192
// tidy-alphabetical-start
193193
("adx", Stable),
194194
("aes", Stable),
195-
("amx-bf16", Stable),
196-
("amx-complex", Stable),
197-
("amx-fp16", Stable),
198-
("amx-int8", Stable),
199-
("amx-tile", Stable),
200195
("avx", Stable),
201196
("avx2", Stable),
202197
("avx512bf16", Unstable(sym::avx512_target_feature)),
@@ -236,9 +231,6 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability)] = &[
236231
("rdseed", Stable),
237232
("rtm", Unstable(sym::rtm_target_feature)),
238233
("sha", Stable),
239-
("sha512", Stable),
240-
("sm3", Stable),
241-
("sm4", Stable),
242234
("sse", Stable),
243235
("sse2", Stable),
244236
("sse3", Stable),

0 commit comments

Comments
 (0)