Anders Carlsson | 4bf4e30 | 2009-09-18 19:18:19 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc -triple x86_64-apple-darwin10 -fsyntax-only --mcpu=core2 %s && |
2 | // RUN: clang-cc -triple x86_64-apple-darwin10 -fsyntax-only --mcpu=core2 -fno-lax-vector-conversions %s && | ||||
3 | // RUN: clang-cc -triple x86_64-apple-darwin10 -fsyntax-only --mcpu=core2 -x c++ %s | ||||
4 | |||||
5 | #include <emmintrin.h> | ||||
6 | #include <mm_malloc.h> | ||||
7 | #include <pmmintrin.h> | ||||
8 | #include <tmmintrin.h> | ||||
9 | #include <xmmintrin.h> |