1 // RUN: %clang -fsyntax-only -ffreestanding %s
2 // RUN: %clang -fsyntax-only -ffreestanding -fno-lax-vector-conversions %s
3 // RUN: %clangxx -fsyntax-only -ffreestanding -x c++ %s
5 #if defined(i386) || defined(__x86_64__)
8 // nmmintrin forwards to smmintrin.
12 // immintrin includes all other intel intrinsic headers.
13 #include <immintrin.h>