Sign in
dawn
/
dawn
/
a561b989290824819e6fa9fbea0728a31fd45361
/
.
/
test
/
tint
/
expressions
/
binary
/
mul
/
scalar-scalar
/
f16.wgsl.expected.ir.msl
blob: 38a249d3cde62a50400aadce2f1c1af4f2f395dc [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
half
const
a
=
1.0h
;
half
const
b
=
2.0h
;
half
const
r
=
(
a
*
b
);
}