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/16407] ldbl-128ibm coshl spurious overflows


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

--- Comment #4 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  f517e06ab71e07b24bf085063b0ba2d072da4a56 (commit)
      from  ca2fcac629b9b7781ccd52685b28741d89ff128f (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=f517e06ab71e07b24bf085063b0ba2d072da4a56

commit f517e06ab71e07b24bf085063b0ba2d072da4a56
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Dec 9 22:37:08 2015 +0000

    Fix ldbl-128ibm sinhl spurious overflows (bug 19350).

    The ldbl-128ibm implementation of sinhl uses a slightly too small
    overflow threshold (similar to bug 16407 for coshl).  This patch fixes
    it to use a safe threshold (so that values whose high part is above
    the value compared with definitely result in an overflow in all
    rounding modes).

    Tested for powerpc.

        [BZ #19350]
        * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
        Increase overflow threshold.

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

Summary of changes:
 ChangeLog                             |    4 ++++
 sysdeps/ieee754/ldbl-128ibm/e_sinhl.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]