Skip to content

Commit 881e862

Browse files
committed
Auto merge of rust-lang#76295 - mati865:remove-mmx, r=Amanieu,oli-obk
Remove MMX from Rust Follow-up to rust-lang/stdarch#890 This removes most of MMX from Rust (tests pass with small changes), keeping stable `is_x86_feature_detected!("mmx")` working.
2 parents d8bf353 + 1221daa commit 881e862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
#![feature(unwind_attributes)]
127127
#![feature(variant_count)]
128128
#![cfg_attr(bootstrap, feature(doc_alias))]
129-
#![feature(mmx_target_feature)]
130129
#![feature(tbm_target_feature)]
131130
#![feature(sse4a_target_feature)]
132131
#![feature(arm_target_feature)]

0 commit comments

Comments
 (0)