Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-09 | common/div_ceil: Return numerator type | ReinUsesLisp | 1 | -5/+5 | |
Fixes instances where DivCeil(u32, u64) would surprisingly return u64, instead of the more natural u32. | |||||
2020-11-26 | common: Add Common::DivCeil and Common::DivCeilLog2 | ReinUsesLisp | 1 | -0/+26 | |
Add an equivalent to 'Common::AlignUp(n, d) / d' and a log2 alternative. |