xref
: /
external
/
llvm-project
/
libclc
/
test
/
convert.cl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
__kernel void foo(int4 *x, float4 *y) {
2
*x = convert_int4(*y);
3
}
4