Tweak comment · vitaut/zmij@e458b55 (original) (raw)

Original file line number Diff line number Diff line change
@@ -352,8 +352,8 @@ struct pow10_significands_table {
352 352 ZMIJ_CONSTEXPR auto operator[](int dec_exp) const noexcept -> uint128 {
353 353 constexpr int dec_exp_min = -292;
354 354 if (compress) {
355 +// Compressed version using only 672 bytes of data.
355 356 unsigned i = dec_exp - dec_exp_min;
356 -// 672 bytes of data
357 357 static const uint64_t pow10s[28] = {
358 358 0x8000000000000000, 0xa000000000000000, 0xc800000000000000,
359 359 0xfa00000000000000, 0x9c40000000000000, 0xc350000000000000,