This commit is contained in:
jk-jeon 2022-02-13 20:14:28 -08:00 committed by GitHub
parent 10e3b83a75
commit 5594edaf67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -920,7 +920,7 @@ inline int floor_log10_pow2_minus_log10_4_over_3(int e) noexcept {
}
static constexpr struct {
int divisor;
uint32_t divisor;
int shift_amount;
} div_small_pow10_infos[] = {{10, 16}, {100, 16}};