Remove MMX from Rust
This commit is contained in:
parent
07ece44a42
commit
5de2c95e6e
12 changed files with 6 additions and 60 deletions
|
@ -2361,7 +2361,6 @@ fn from_target_feature(
|
|||
Some(sym::mips_target_feature) => rust_features.mips_target_feature,
|
||||
Some(sym::riscv_target_feature) => rust_features.riscv_target_feature,
|
||||
Some(sym::avx512_target_feature) => rust_features.avx512_target_feature,
|
||||
Some(sym::mmx_target_feature) => rust_features.mmx_target_feature,
|
||||
Some(sym::sse4a_target_feature) => rust_features.sse4a_target_feature,
|
||||
Some(sym::tbm_target_feature) => rust_features.tbm_target_feature,
|
||||
Some(sym::wasm_target_feature) => rust_features.wasm_target_feature,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue