Corrected number

This commit is contained in:
Daniel Lemire 2020-10-12 17:59:13 -04:00
parent 37e6d1e9c7
commit 43da4f7ccc
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ extern SIMDJSON_DLLIMPORTEXPORT const double power_of_ten[];
// The truncated powers of five from 5^-342 all the way to 5^308
// The mantissa is truncated to 128 bits, and
// never rounded up. Uses about 5KB.
// never rounded up. Uses about 10KB.
extern SIMDJSON_DLLIMPORTEXPORT const uint64_t power_of_five_128[];
} // namespace internal
} // namespace simdjson

View File

@ -23,7 +23,7 @@ SIMDJSON_DLLIMPORTEXPORT const double power_of_ten[] = {
// The truncated powers of five from 5^-342 all the way to 5^308
// The mantissa is truncated to 128 bits, and
// never rounded up. Uses about 5KB.
// never rounded up. Uses about 10KB.
SIMDJSON_DLLIMPORTEXPORT const uint64_t power_of_five_128[]= {
0xeef453d6923bd65a,0x113faa2906a13b3f,
0x9558b4661b6565f8,0x4ac7ca59a424c507,