Remove MMX from Rust
This commit is contained in:
parent
07ece44a42
commit
5de2c95e6e
12 changed files with 6 additions and 60 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue