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