[libc][NFC] Remove dependence on xmmintrin.h to read/write MXCSR.
The version of clang on the bots is unhappy with using xmmintrin.h. So, this change removes dependence on xmmintrin by using inline assembly.
Loading
Please sign in to comment
The version of clang on the bots is unhappy with using xmmintrin.h. So, this change removes dependence on xmmintrin by using inline assembly.