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