Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log2(0) returns -inf, which gives undefined behaviour when casting to an int. So catch the case when it's 0 just set the width to 0.
- Loading branch information