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

@@ -132,7 +132,6 @@
#![feature(unwind_attributes)]
#![feature(variant_count)]
#![cfg_attr(bootstrap, feature(doc_alias))]
#![feature(mmx_target_feature)]
#![feature(tbm_target_feature)]
#![feature(sse4a_target_feature)]
#![feature(arm_target_feature)]