[libc-commits] [libc] [libc] Add max length argument to decimal to float (PR #84091)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Mar 6 10:51:49 PST 2024
================
@@ -186,19 +188,19 @@ class HighPrecisionDecimal {
}
// Perform a digitwise binary non-rounding right shift on this value by
- // shiftAmount. The shiftAmount can't be more than MAX_SHIFT_AMOUNT to prevent
- // overflow.
- void right_shift(uint32_t shiftAmount) {
+ // shift_amount. The shift_amount can't be more than MAX_SHIFT_AMOUNT to
----------------
michaelrj-google wrote:
I'll be sure to do that next time, thanks for telling me.
https://github.com/llvm/llvm-project/pull/84091
More information about the libc-commits
mailing list