Closed Clownacy closed 2 months ago
This matches the original version of the code (9644b14f96ddddf34c9cdfedc9d11fc61dc8ffab). In C, the '&' operator occurs after the '^' operator, meaning that the result of i & 1 ^ 1 is always 0.
i & 1 ^ 1
This matches the original version of the code (9644b14f96ddddf34c9cdfedc9d11fc61dc8ffab). In C, the '&' operator occurs after the '^' operator, meaning that the result of
i & 1 ^ 1
is always 0.