Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix operator precedence in some big-endian code.
This matches the original version of the code (9644b14). In C, the '&' operator occurs after the '^' operator, meaning that the result of `i & 1 ^ 1` is always 0.
- Loading branch information