This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug soft-fp/16036] New: soft-fp __unord* should raise "invalid" for signaling NaNs


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]