Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HOTFIX define Int2Bytes for -1 again
Fixing an oversight in the previous change. The value of `I` in the formula for negative `I` is actually _bitwise-negated_ instead of just taking its negative. Therefore, we would be calling log2Int(0) for `I ==Int -1`.
- Loading branch information