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);
}