bolt/deps/llvm-18.1.8/clang/test/Headers/xmmintrin-unsupported.c

6 lines
217 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: not %clang_cc1 %s -triple aarch64-eabi -fsyntax-only 2>&1 | FileCheck %s
//
// REQUIRES: x86-registered-target
// CHECK: This header is only meant to be used on x86 and x64 architecture
#include <xmmintrin.h>