diff options
| author | Craig Topper <craig.topper@intel.com> | 2019-01-16 22:56:25 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2019-01-16 22:56:25 +0000 |
| commit | 931779761e7e8852d6cbdf7a5cd55b1ccf287be1 (patch) | |
| tree | b92aa07b55e7ca3daa29a998376e9255f3feb22c /clang/lib/Headers/immintrin.h | |
| parent | bb5b06603ba192efbccd7757a0833a619ed1d382 (diff) | |
| download | bcm5719-llvm-931779761e7e8852d6cbdf7a5cd55b1ccf287be1.tar.gz bcm5719-llvm-931779761e7e8852d6cbdf7a5cd55b1ccf287be1.zip | |
Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows platforms"
V8 has been fixed now.
llvm-svn: 351391
Diffstat (limited to 'clang/lib/Headers/immintrin.h')
| -rw-r--r-- | clang/lib/Headers/immintrin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Headers/immintrin.h b/clang/lib/Headers/immintrin.h index 7d0722ec765..19edd4ac4a4 100644 --- a/clang/lib/Headers/immintrin.h +++ b/clang/lib/Headers/immintrin.h @@ -378,9 +378,8 @@ _storebe_i64(void * __P, long long __D) { #include <fxsrintrin.h> #endif -#if !defined(_MSC_VER) || __has_feature(modules) || defined(__XSAVE__) +/* No feature check desired due to internal MSC_VER checks */ #include <xsaveintrin.h> -#endif #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XSAVEOPT__) #include <xsaveoptintrin.h> |

