repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git]
/
clang
/
test
/
Headers
/
xmmintrin-unsupported.c
blob
870be81ff29a711caac02ba52e6462505ddd5382
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>