FastDoubleParser icon indicating copy to clipboard operation
FastDoubleParser copied to clipboard

Mantissa cannot be greater than significand's highest bit

Open xtonik opened this issue 2 years ago • 0 comments

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.

xtonik avatar Jun 07 '23 17:06 xtonik