1
Fork 0

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

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