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/15268] exp (-7.4444006192138124e+02) missing underflow


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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Default SET_RESTORE_ROUND   |exp
                   |implementation hold         |(-7.4444006192138124e+02)
                   |exceptions                  |missing underflow

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
I don't see that there's a bug in SET_RESTORE_ROUND here; libc_feresetround
calls feupdateenv which should cause any exceptions that were raised after
SET_RESTORE_ROUND to generate corresponding traps.  It looks like the exp call
only generates exact underflow but not inexact, even though this is a case of
an inexact result; that's a bug in exp (and applies on x86_64 as well).

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