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