Files
fmt/include/fmt
Victor Zverovich 7077b016cc Guard fast decimal path on bit width instead of byte size
Use num_bits<UInt>() == 32 instead of sizeof(UInt) == 4 in
do_format_decimal. The magic-number two-digit algorithm requires
exactly 32 value bits, so this is more precise on platforms where
CHAR_BIT != 8 and is consistent with existing num_bits<T>() usage.
2026-07-11 09:18:24 -07:00
..
2026-05-31 08:54:06 -07:00
2026-05-31 08:54:06 -07:00
2026-05-31 08:54:06 -07:00
2026-05-31 08:54:06 -07:00
2026-06-26 15:57:41 -07:00
2026-05-31 08:54:06 -07:00
2026-05-31 08:54:06 -07:00
2026-05-31 08:54:06 -07:00
2026-07-11 08:21:32 -07:00
2026-05-31 08:54:06 -07:00