Sign in
dawn
/
dawn
/
ccb0a779fe4743b02271302ee17456443be4c58c
/
.
/
test
/
tint
/
bug
/
tint
/
1332.wgsl.expected.ir.msl
blob: 3c72b349f6fc1ca082100e26dfabcc32d0af1b84 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
compute_main
()
{
float
const
a
=
1.24000000953674316406f
;
float
b
=
max
(
a
,
1.17549435e-38f
);
}