15 lines · c
1// RUN: %clang_cc1 -fsyntax-only -ffreestanding %s -verify2// RUN: %clang_cc1 -fsyntax-only -ffreestanding -flax-vector-conversions=none %s -verify3// RUN: %clang_cc1 -fsyntax-only -ffreestanding -x c++ %s -verify4// expected-no-diagnostics5 6// XFAIL: target=arm64ec-pc-windows-msvc7// These intrinsics are not yet implemented for Arm64EC.8 9#if defined(i386) || defined(__x86_64__)10 11// Include the metaheader that includes all x86 intrinsic headers.12#include <x86intrin.h>13 14#endif15