mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 18:56:51 +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".