]> granicus.if.org Git - clang/commitdiff
Add include for smmintrin.h to this test.
authorEric Christopher <echristo@apple.com>
Sat, 20 Mar 2010 01:06:48 +0000 (01:06 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 20 Mar 2010 01:06:48 +0000 (01:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99019 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/x86-intrinsics-headers.c

index 006716ef5ba4d6b8e099c54cb8f1e22d908bd2fc..5ae24144af8c7775d8c5dafa34d09f6bd5b64457 100644 (file)
@@ -21,4 +21,8 @@
 #include <tmmintrin.h>
 #  endif
 
+#  if defined(__SSE4_1__)
+#include <smmintrin.h>
+#  endif
+
 #endif