brintos

brintos / llvm-project-archived public Read only

0
0
Text · 343 B · 6c9baa6 Raw
15 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -ffreestanding %s -verify2// expected-no-diagnostics3 4// XFAIL: target=arm64ec-pc-windows-msvc5// These intrinsics are not yet implemented for Arm64EC.6 7#if defined(i386) || defined(__x86_64__)8 9// Include the metaheader that includes all x86 intrinsic headers.10extern "C++" {11#include <x86intrin.h>12}13 14#endif15