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