public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/18961] New: [i386] exp missing underflows
@ 2015-09-14 22:22 jsm28 at gcc dot gnu.org
  2015-09-14 22:41 ` [Bug math/18961] " cvs-commit at gcc dot gnu.org
  2015-09-14 22:42 ` jsm28 at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-09-14 22:22 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 18961
           Summary: [i386] exp missing underflows
           Product: glibc
           Version: 2.22
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
  Target Milestone: ---
              Host: i?86-*-*

On i386, the double version of exp can miss underflow exceptions if the result
is in the subnormal range for double but the last 11 bits of the 64-bit
extended-precision mantissa happen to be zero.  E.g. (examples producing this
may vary depending on x86 implementations):

Failure: exp (-0x2.c469d9p+8): Exception "Underflow" not set
Failure: exp (-0x2.c46d96p+8): Exception "Underflow" not set
Failure: exp_downward (-0x2.c46727p+8): Exception "Underflow" not set
Failure: exp_downward (-0x2.c469dep+8): Exception "Underflow" not set
Failure: exp_downward (-0x2.c46c04p+8): Exception "Underflow" not set
Failure: exp_towardzero (-0x2.c46adep+8): Exception "Underflow" not set
Failure: exp_towardzero (-0x2.c471b3p+8): Exception "Underflow" not set
Failure: exp_upward (-0x2.c46993p+8): Exception "Underflow" not set

Failure: exp_towardzero (-0x2.c49fap+8): Exception "Underflow" not set
Failure: exp_towardzero (-0x2.c4ac1p+8): Exception "Underflow" not set
Failure: exp_towardzero (-0x2.c4d89p+8): Exception "Underflow" not set

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-14 22:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-14 22:22 [Bug math/18961] New: [i386] exp missing underflows jsm28 at gcc dot gnu.org
2015-09-14 22:41 ` [Bug math/18961] " cvs-commit at gcc dot gnu.org
2015-09-14 22:42 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).