Copy of Fix overflows in div_up for sub-maximal arguments#4712
Copy of Fix overflows in div_up for sub-maximal arguments#4712
Conversation
deff641 to
6721488
Compare
|
make test |
6721488 to
fde9e4d
Compare
|
make test |
fde9e4d to
cb5d923
Compare
|
make test |
cb5d923 to
1a4c133
Compare
|
make test |
1a4c133 to
f4d14a1
Compare
|
make test |
190d205 to
5abfbf0
Compare
Only integral arguments are allowed for div_up function. The second type can also be an enum, since it is naturally converted to integral types (mostly int). div_up returns 0 if the 1st argument is 0 or negative.
e389957 to
0ceda15
Compare
|
make test |
No description provided.