Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/main-cg-testing-release
/
.
/
clang
/
test
/
OpenMP
/
Inputs
/
declare-simd-fix.h
blob: 508818cf70543d821c430f81552ec8fd4fe315e5 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
#define
LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
#pragma
omp declare simd
float
foo
(
float
a
,
float
b
,
int
c
);
float
bar
(
float
a
,
float
b
,
int
c
);
#endif