diff options
author | Eric Christopher <echristo@apple.com> | 2010-03-20 07:48:45 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-03-20 07:48:45 +0000 |
commit | db59bc867af39cf09053fa49f3c20bd7a6319f3f (patch) | |
tree | f7c89dea3647eeb7767d9b5531d30d54cd6b457e | |
parent | 67a5936a1d60fff1ec12441de63fd27ea50b0130 (diff) |
Add sse4.2 support to this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99052 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Sema/x86-intrinsics-headers.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Sema/x86-intrinsics-headers.c b/test/Sema/x86-intrinsics-headers.c index 5ae24144af..24c2d925e0 100644 --- a/test/Sema/x86-intrinsics-headers.c +++ b/test/Sema/x86-intrinsics-headers.c @@ -25,4 +25,8 @@ #include <smmintrin.h> # endif +# if defined(__SSE4_2__) +#include <nmmintrin.h> +# endif + #endif |