Correcting typo

This commit is contained in:
Daniel Lemire
2020-09-16 11:11:49 -04:00
parent 72c83d9430
commit 7fc07e2d5e
+1 -1
View File
@@ -62,7 +62,7 @@ simdjson_really_inline bool compute_float_64(int64_t power, uint64_t i, bool neg
return true;
}
// When 22 < power && power < 22 + 16, we could
// hope for another, secondary fast path. It wa
// hope for another, secondary fast path. It was
// described by David M. Gay in "Correctly rounded
// binary-decimal and decimal-binary conversions." (1990)
// If you need to compute i * 10^(22 + x) for x < 16,