[all-commits] [llvm/llvm-project] 3a3751: [libc][NFC] Remove dependence on xmmintrin.h to re...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Dec 3 13:50:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a375125b01cbb84e90d688f19b0168e2c07862d
https://github.com/llvm/llvm-project/commit/3a375125b01cbb84e90d688f19b0168e2c07862d
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M libc/utils/FPUtil/x86_64/FEnv.h
Log Message:
-----------
[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.
More information about the All-commits
mailing list