diff options
author | Eric Christopher <echristo@apple.com> | 2010-03-20 01:06:48 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-03-20 01:06:48 +0000 |
commit | 355c96ef5a42de8929a53c8dbd4d852cb6d61181 (patch) | |
tree | 81c24a23d262f8b923a68d40acf6fa96dd7adcff | |
parent | 03d87ee556f9e11ab83f6d2f80c9ee92e3667301 (diff) |
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
-rw-r--r-- | test/Sema/x86-intrinsics-headers.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <tmmintrin.h> # endif +# if defined(__SSE4_1__) +#include <smmintrin.h> +# endif + #endif |