xref: /llvm-project/clang/test/Headers/xmmintrin-unsupported.c (revision 9df71899bd5dbbaf0640c74cc82a6330dc7760cf)
1 // RUN: not %clang_cc1 %s -triple aarch64 -fsyntax-only 2>&1 | FileCheck %s
2 //
3 // REQUIRES: x86-registered-target
4 // CHECK: This header is only meant to be used on x86 and x64 architecture
5 #include <xmmintrin.h>
6