Skip to content

Commit e458b55

Browse files
authored
Tweak comment
1 parent 4660590 commit e458b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zmij.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ struct pow10_significands_table {
352352
ZMIJ_CONSTEXPR auto operator[](int dec_exp) const noexcept -> uint128 {
353353
constexpr int dec_exp_min = -292;
354354
if (compress) {
355+
// Compressed version using only 672 bytes of data.
355356
unsigned i = dec_exp - dec_exp_min;
356-
// 672 bytes of data
357357
static const uint64_t pow10s[28] = {
358358
0x8000000000000000, 0xa000000000000000, 0xc800000000000000,
359359
0xfa00000000000000, 0x9c40000000000000, 0xc350000000000000,

0 commit comments

Comments
 (0)