summaryrefslogtreecommitdiffstats
path: root/lib/Headers/immintrin.h
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2015-06-30 09:45:38 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2015-06-30 09:45:38 +0000
commitb958e22d76bdcba1b1358d0cc81ebaf70e60cfbc (patch)
tree65e1785f67f92a4e0ee68a3f1e5b034f46a4aaa9 /lib/Headers/immintrin.h
parent7b739d9feefd6dced2448af14c6e72c623f23b0a (diff)
[X86] Add FXSR intrinsics
Add intrinsics for the FXSR instructions (FXSAVE/FXSAVE64/FXRSTOR/FXRSTOR64) These were previously declared in Intrin.h for MSVC compatibility, but now that we have them implemented, these declarations can be removed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Headers/immintrin.h')
-rw-r--r--lib/Headers/immintrin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Headers/immintrin.h b/lib/Headers/immintrin.h
index 4d2638a11e..604bc8ca5b 100644
--- a/lib/Headers/immintrin.h
+++ b/lib/Headers/immintrin.h
@@ -142,6 +142,8 @@ _writegsbase_u64(unsigned long long __V)
#include <shaintrin.h>
+#include <fxsrintrin.h>
+
/* Some intrinsics inside adxintrin.h are available only on processors with ADX,
* whereas others are also available at all times. */
#include <adxintrin.h>