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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
OpenMP
/
Inputs
/
declare-simd-fix.h
blob
508818cf70543d821c430f81552ec8fd4fe315e5
1
#ifndef LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
2
#define LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H
3
4
#pragma omp declare simd
5
float
foo
(
float
a
,
float
b
,
int
c
);
6
float
bar
(
float
a
,
float
b
,
int
c
);
7
8
#endif