blob: 998556ed18091b9bf43ff9d0995b54c166aa7bb1 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void compute_main() {
float const a = 1.24000000953674316406f;
float b = fmax(a, 1.17549435e-38f);
return;
}