about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2020-09-03 20:14:15 +0200
committerMateusz Mikuła <mati865@gmail.com>2020-09-20 15:13:11 +0200
commit5de2c95e6e8352d2e45111025a57bd1e67a43a79 (patch)
tree455a7284680fa7d491960e37f99c2486e38bc7b6 /compiler/rustc_feature/src
parent07ece44a42b6cd33e59d58b5325f637f398464d2 (diff)
downloadrust-5de2c95e6e8352d2e45111025a57bd1e67a43a79.tar.gz
rust-5de2c95e6e8352d2e45111025a57bd1e67a43a79.zip
Remove MMX from Rust
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/active.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index d4664292a0c..6452bda293e 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -229,7 +229,6 @@ declare_features! (
     (active, powerpc_target_feature, "1.27.0", Some(44839), None),
     (active, mips_target_feature, "1.27.0", Some(44839), None),
     (active, avx512_target_feature, "1.27.0", Some(44839), None),
-    (active, mmx_target_feature, "1.27.0", Some(44839), None),
     (active, sse4a_target_feature, "1.27.0", Some(44839), None),
     (active, tbm_target_feature, "1.27.0", Some(44839), None),
     (active, wasm_target_feature, "1.30.0", Some(44839), None),