]> granicus.if.org Git - clang/commitdiff
Add sse4.2 support to this test.
authorEric Christopher <echristo@apple.com>
Sat, 20 Mar 2010 07:48:45 +0000 (07:48 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 20 Mar 2010 07:48:45 +0000 (07:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99052 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/x86-intrinsics-headers.c

index 5ae24144af8c7775d8c5dafa34d09f6bd5b64457..24c2d925e00de5536007905a16a4bf1e64e6d734 100644 (file)
@@ -25,4 +25,8 @@
 #include <smmintrin.h>
 #  endif
 
+#  if defined(__SSE4_2__)
+#include <nmmintrin.h>
+#  endif
+
 #endif