From db59bc867af39cf09053fa49f3c20bd7a6319f3f Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 20 Mar 2010 07:48:45 +0000 Subject: [PATCH] Add sse4.2 support to this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99052 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/x86-intrinsics-headers.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.1