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)
Tue, Jul 21, 10:09 AM
Unknown Object (File)
Mon, Jul 20, 6:20 AM
Unknown Object (File)
Wed, Jul 15, 7:03 PM
Unknown Object (File)
Wed, Jul 15, 7:24 AM
Unknown Object (File)
Wed, Jul 15, 7:24 AM
Unknown Object (File)
Tue, Jul 7, 7:36 AM
Unknown Object (File)
Sun, Jul 5, 2:15 AM
Unknown Object (File)
Fri, Jun 26, 5:13 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 73636
Build 70519: arc lint + arc unit

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.