mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

After using MMX intrinsics the FPU must be cleared by using _mm_empty() before interfacing with any x87 code. This commit makes the simd_test macro automatically do that when one of the features enabled is "mmx".