Skip to content
GitLab
Explore
Sign in
suyu
src
common
div_ceil.h
Find file
Blame
History
Permalink
common: Add Common::DivCeil and Common::DivCeilLog2
· 630823e3
ReinUsesLisp
authored
Nov 25, 2020
Add an equivalent to 'Common::AlignUp(n, d) / d' and a log2 alternative.
630823e3
Loading