blob: bb32225ff54cd256ee22c0f2622b281bbf18d10e [file] [log] [blame]
RWByteAddressBuffer v : register(u0);
int4 tint_div_v4i32(int4 lhs, int4 rhs) {
return (lhs / ((((rhs == (int(0)).xxxx) | ((lhs == (int(-2147483648)).xxxx) & (rhs == (int(-1)).xxxx)))) ? ((int(1)).xxxx) : (rhs)));
}
void foo() {
v.Store4(0u, asuint(tint_div_v4i32(asint(v.Load4(0u)), (int(2)).xxxx)));
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}