Sign in
llvm
/
llvm-project
/
80cd2141eb7f6e7be738a01348bc2ccd08b41cd6
/
.
/
libclc
/
test
/
as_type.cl
blob: e8fb1228d28d111f098ee3afa918504dcccb504b [
file
]
__kernel void foo
(
int4
*
x
,
float4
*
y
)
{
*
x
=
as_int4
(
*
y
)
;
}