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