Skip to content
Snippets Groups Projects
Commit 5fa81e88 authored by Florian Loitsch's avatar Florian Loitsch
Browse files

Fix some issues with invalid hex-float literals.

When converting `0x` the converter would assert (or access out of
    boundary).
With `0x1.p1234556666FFFFF` the converter would overflow and not yield
the correct exponent.
parent fb2364d9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment