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