1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-30 03:26:55 -06:00

1 Commits

Author SHA1 Message Date
ReinUsesLisp
630823e363 common: Add Common::DivCeil and Common::DivCeilLog2
Add an equivalent to 'Common::AlignUp(n, d) / d' and a log2 alternative.
2020-11-25 23:37:56 -03:00