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
[docs] Update HowToReleaseLLVM documentation.
[llvm-project.git]
/
libclc
/
test
/
fabs.cl
blob
91d42c466676fd68420349feeb0214330f1e059a
1
__kernel void foo
(
float
*
f
) {
2
*
f
=
fabs
(*
f
)
;
3
}