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 math/16330] New: hypot spurious underflows with subnormal arguments


https://sourceware.org/bugzilla/show_bug.cgi?id=16330

            Bug ID: 16330
           Summary: hypot spurious underflows with subnormal arguments
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

On x86_64, hypot (0x0.fffffffffffffp-1022, 0x0.fp-1023) produces a spurious
underflow exception although the result is in the normal range.  (I think
similar issues will apply to ldbl-96 and ldbl-128 hypotl as well.)  Cause
related to bug 16316, although the symptoms are different.

-- 
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]