#include <metal_stdlib>
using namespace metal;
kernel void compute_main() {
float const a = 1.230000019f;
float b = fmax(a, 1.17549435e-38f);
return;
}