You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found in testing against abseil. Two bugs were found:
1) SHIFT_AMOUNT in float_converter<long double> would sometimes be
negative causing an underflow when passed as the amount to left shift
by for BigInt.
2) is_lowest_block had an off-by-one because it was adding 1 to the
block index.
Both are fixed and there are new tests to catch regressions.
0 commit comments