Page MenuHomeFreeBSD

libc: fix strtold NaN representation on riscv
ClosedPublic

Authored by siva on Jun 3 2026, 3:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 21, 9:29 AM
Unknown Object (File)
Sun, Sep 20, 7:23 PM
Unknown Object (File)
Sun, Sep 20, 12:17 PM
Unknown Object (File)
Wed, Sep 16, 3:25 PM
Unknown Object (File)
Sun, Sep 13, 2:09 PM
Unknown Object (File)
Sat, Sep 12, 7:13 AM
Unknown Object (File)
Thu, Sep 10, 8:14 AM
Unknown Object (File)
Thu, Sep 10, 3:13 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

siva requested review of this revision.Jun 3 2026, 3:31 PM

Hm, seems the current version is the same as the arm file, and now it's the same as the aarch64 one? I'm guessing copying from arm is how this came to be...

Please trim the URLs from the commit message and just mention the test names though, they're a bit long and cumbersome otherwise

This revision is now accepted and ready to land.Jun 3 2026, 5:48 PM

Hm, seems the current version is the same as the arm file, and now it's the same as the aarch64 one? I'm guessing copying from arm is how this came to be...

Looks like arm's gd_qnan.h was also regenerated recently. So not sure where I got this one from :)

This revision was automatically updated to reflect the committed changes.