Page MenuHomeFreeBSD

libc: fix strtold NaN representation on riscv
ClosedPublic

Authored by siva on Wed, Jun 3, 3:31 PM.
Tags
None
Referenced Files
F160283238: D57405.id179590.diff
Mon, Jun 22, 10:18 PM
F160282884: D57405.id179590.diff
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
Unknown Object (File)
Fri, Jun 19, 3:17 AM
Unknown Object (File)
Fri, Jun 19, 3:14 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.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.