pub unsafe fn _mm_getcsr() -> u32
Available on non-crate feature miri-test-libstd and x86-64 only.
Expand description

Gets the unsigned 32-bit value of the MXCSR control and status register.

For more info see _mm_setcsr

Intel’s documentation