1*67e74705SXin Li // RUN: %clang_cc1 -fsyntax-only -ffreestanding %s -verify 2*67e74705SXin Li // RUN: %clang_cc1 -fsyntax-only -ffreestanding -fno-lax-vector-conversions %s -verify 3*67e74705SXin Li // RUN: %clang_cc1 -fsyntax-only -ffreestanding -x c++ %s -verify 4*67e74705SXin Li // expected-no-diagnostics 5*67e74705SXin Li 6*67e74705SXin Li #if defined(i386) || defined(__x86_64__) 7*67e74705SXin Li 8*67e74705SXin Li // Include the metaheader that includes all x86 intrinsic headers. 9*67e74705SXin Li #include <x86intrin.h> 10*67e74705SXin Li 11*67e74705SXin Li #endif 12