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)
Fri, Jun 26, 5:13 AM
Unknown Object (File)
Wed, Jun 24, 7:21 AM
Unknown Object (File)
Mon, Jun 22, 10:18 PM
Unknown Object (File)
Mon, Jun 22, 10:12 PM
Unknown Object (File)
Sun, Jun 21, 5:28 AM
Unknown Object (File)
Sun, Jun 21, 5:23 AM
Unknown Object (File)
Sat, Jun 20, 2:13 PM
Unknown Object (File)
Sat, Jun 20, 11:43 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.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.