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
/
wasm.cpp
blob
4024f4a295a772c135bf3f7a33e4a747538046ec
1
// RUN: %clang_cc1 -triple wasm32-unknown-unknown -target-feature +simd128 -fsyntax-only -ffreestanding %s -verify
2
// expected-no-diagnostics
3
4
#if defined(__wasm__) && defined(__wasm_simd128__)
5
6
extern
"C++"
{
7
#include <wasm_simd128.h>
8
}
9
10
#endif