blob: ff805c6ab52168c4be22e1ff3a733fce3065a805 [file] [log] [blame]
fn acosh_3433e8() {
var res = acosh(1.54308063479999990619);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
acosh_3433e8();
return vec4<f32>();
}
@fragment
fn fragment_main() {
acosh_3433e8();
}
@compute @workgroup_size(1)
fn compute_main() {
acosh_3433e8();
}