mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02:00
NaN bit patterns are now (hopefully) preserved. `static_cast` does not preserve the bit pattern of a given NaN, so ideally we'd use some other sort of cast and avoid `static_cast` altogether, but that's a large change for this commit. For now, this fixes the issues found in spec tests. (cherry picked from commit c882498d4450c4c2e46d77a8ab36afc4eb412c00)
88 KiB
88 KiB