[numthreads(1, 1, 1)]
void compute_main() {
const float a = 1.230000019f;
float b = max(a, 1.17549435e-38f);
return;
}