enable f16; fn atan2_d983ab() { var res : vec4 = atan2(vec4(f16()), vec4(f16())); } @vertex fn vertex_main() -> @builtin(position) vec4 { atan2_d983ab(); return vec4(); } @fragment fn fragment_main() { atan2_d983ab(); } @compute @workgroup_size(1) fn compute_main() { atan2_d983ab(); }