Remove MMX from Rust

This commit is contained in:
Mateusz Mikuła 2020-09-03 20:14:15 +02:00
parent 07ece44a42
commit 5de2c95e6e
12 changed files with 6 additions and 60 deletions

View file

@ -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),