blob: f9b197146e01537f987630e1ce782ca023bea24e [file] [log] [blame]
SKIP: FAILED
@group(0) @binding(0) var<storage, read_write> prevent_dce : f32;
fn subgroupExclusiveMul_98b2e4() -> f32 {
var res : f32 = subgroupExclusiveMul(1.0f);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_98b2e4();
}
Failed to generate: error: Unknown builtin method: subgroupExclusiveMul