common/div_ceil: Return numerator type
Fixes instances where DivCeil(u32, u64) would surprisingly return u64, instead of the more natural u32.
Please register or sign in to comment
Fixes instances where DivCeil(u32, u64) would surprisingly return u64, instead of the more natural u32.