mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-05 11:27:40 +00:00
This commit is contained in:
parent
10e3b83a75
commit
5594edaf67
@ -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}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user