From: Eric Christopher Date: Sat, 20 Mar 2010 07:48:45 +0000 (+0000) Subject: Add sse4.2 support to this test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db59bc867af39cf09053fa49f3c20bd7a6319f3f;p=clang Add sse4.2 support to this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99052 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 # endif +# if defined(__SSE4_2__) +#include +# endif + #endif