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
workflows/release-tasks: Remove stray backslash
[llvm-project.git]
/
libclc
/
test
/
convert.cl
blob
928fc326b6a18fa2f13e7e2ef777f165cefde8d6
1
__kernel void foo
(
int4
*
x
,
float4
*
y
) {
2
*
x
=
convert_int4
(*
y
)
;
3
}