blob: ba5f055a1555b0361e69a20483fc97e9b1c85290 [file] [log] [blame]
fn asinh_180015() {
const arg_0 = 1.0;
var res = asinh(arg_0);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
asinh_180015();
return vec4<f32>();
}
@fragment
fn fragment_main() {
asinh_180015();
}
@compute @workgroup_size(1)
fn compute_main() {
asinh_180015();
}