Sign in
dawn
/
dawn
/
08f33fe5c6daea5cede4c1a5ac891fd3bf975c31
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-scalar
/
f16.wgsl.expected.fxc.hlsl
blob: ab740eb401e894885ee99043bc18f9d505be113f [
file
] [
log
] [
blame
]
SKIP
:
FAILED
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float16_t
a
=
float16_t
(
1.0h
);
const
float16_t
b
=
float16_t
(
2.0h
);
const
float16_t
r
=
(
a
*
b
);
return
;
}