blob: 829f5a32f81c7b4c8fc27af369491f2223739cf9 [file] [log] [blame]
// flags: --hlsl_shader_model 62
enable f16;
@compute @workgroup_size(1)
fn f() {
let a = 1.h;
let b = 2.h;
let r : f16 = a % b;
}