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

@ -203,7 +203,6 @@ const X86_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
("fma", None),
("fxsr", None),
("lzcnt", None),
("mmx", Some(sym::mmx_target_feature)),
("movbe", Some(sym::movbe_target_feature)),
("pclmulqdq", None),
("popcnt", None),