blob: 747868143d04caa9afabc4754ae072e73f49883a [file] [log] [blame]
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<i32>;
fn subgroupExclusiveMul_4525a3() -> vec2<i32> {
var arg_0 = vec2<i32>(1i);
var res : vec2<i32> = subgroupExclusiveMul(arg_0);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_4525a3();
}