Page MenuHomeFreeBSD

libc: fix strtold NaN representation on riscv
ClosedPublic

Authored by siva on Wed, Jun 3, 3:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 13, 11:02 AM
Unknown Object (File)
Tue, Jun 9, 9:39 AM
Unknown Object (File)
Tue, Jun 9, 6:07 AM
Unknown Object (File)
Mon, Jun 8, 9:56 PM
Unknown Object (File)
Mon, Jun 8, 8:49 AM
Unknown Object (File)
Sun, Jun 7, 8:08 PM
Unknown Object (File)
Thu, Jun 4, 12:08 PM
Unknown Object (File)
Thu, Jun 4, 12:08 PM
Subscribers

Diff Detail

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

Event Timeline

siva requested review of this revision.Wed, Jun 3, 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.Wed, Jun 3, 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.