FastDoubleParser
FastDoubleParser copied to clipboard
Mantissa cannot be greater than significand's highest bit
If it is equal, it can be set to zero as mask used afterwards clears the most significant bit.
The code construct seems to me a bit strange, the affected code correctness should be verified.