From: Eric Christopher Date: Sat, 20 Mar 2010 01:06:48 +0000 (+0000) Subject: Add include for smmintrin.h to this test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=355c96ef5a42de8929a53c8dbd4d852cb6d61181;p=clang Add include for smmintrin.h to this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99019 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/x86-intrinsics-headers.c b/test/Sema/x86-intrinsics-headers.c index 006716ef5b..5ae24144af 100644 --- a/test/Sema/x86-intrinsics-headers.c +++ b/test/Sema/x86-intrinsics-headers.c @@ -21,4 +21,8 @@ #include # endif +# if defined(__SSE4_1__) +#include +# endif + #endif