Sign in
dawn
/
dawn
/
d78abb3257ddaf308eafa953d2406a40054f423b
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4i32-vec4f32.wgsl.expected.ir.msl
blob: b8c1b4325ef77e6574f52dd7f8068ea1592b20fe [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
int4
const
a
=
int4
(
1073757184
,
-
1006616064
,
-
998242304
,
987654321
);
float4
const
b
=
as_type
<float4>
(
a
);
}