[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] lib: correct __moddi3() description
The remainder of a division, when non-zero, is specified to always be of the same sign as the dividend. Bring a comment in line with the code it describes. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- a/xen/common/lib.c +++ b/xen/common/lib.c @@ -390,7 +390,7 @@ u64 __umoddi3(u64 a, u64 b) * 11 % 5 = 1 * -11 % 5 = -1 * 11 % -5 = 1 - * -11 % -5 = 1 + * -11 % -5 = -1 */ s64 __moddi3(s64 a, s64 b) {
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |