enable f16; @compute @workgroup_size(1) fn f() { let a = vec3(1.0h, 2.0h, 3.0h); let b = vec3(4.0h, 5.0h, 6.0h); let r : vec3 = (a % b); }