This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug soft-fp/16036] New: soft-fp __unord* should raise "invalid" for signaling NaNs
- From: "jsm28 at gcc dot gnu.org" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sourceware dot org
- Date: Thu, 10 Oct 2013 00:02:30 +0000
- Subject: [Bug soft-fp/16036] New: soft-fp __unord* should raise "invalid" for signaling NaNs
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=16036
Bug ID: 16036
Summary: soft-fp __unord* should raise "invalid" for signaling
NaNs
Product: glibc
Version: 2.18
Status: NEW
Severity: normal
Priority: P2
Component: soft-fp
Assignee: unassigned at sourceware dot org
Reporter: jsm28 at gcc dot gnu.org
CC: joseph at codesourcery dot com
The soft-fp __unord* functions raise no exceptions. They should raise
"invalid" for signaling NaNs (__unord* implement C isunordered, which
implements IEEE 754-2008 compareQuietUnordered, which like other
unordered-quiet comparison predicates raises "invalid" for signaling NaNs, just
not for quiet NaNs).
--
You are receiving this mail because:
You are on the CC list for the bug.