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/18586] [ldbl-128] expl missing underflows


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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  8475ab16848cf2adb6ce3446749c2f1d10233286 (commit)
      from  36870482d2a33e3b703bd74b52063594389e827a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8475ab16848cf2adb6ce3446749c2f1d10233286

commit 8475ab16848cf2adb6ce3446749c2f1d10233286
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jun 24 15:12:03 2015 +0000

    Fix ldbl-128 expl missing underflows (bug 18586).

    Similar to various other bugs in this area, the ldbl-128 expl
    implementation does not raise the underflow exception for all
    subnormal results, if the scaling down is exact although the actual
    result is inexact.  This patch fixes this by forcing the exception in
    this case (the tests that failed before and pass after the test are
    already in the testsuite).

    Tested for mips64.

        [BZ #18586]
        * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
        underflow exception for small results.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                         |    6 ++++++
 NEWS                              |    2 +-
 sysdeps/ieee754/ldbl-128/e_expl.c |   10 +++++++++-
 3 files changed, 16 insertions(+), 2 deletions(-)

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