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/20233] [ldbl-128ibm] expm1l (sNaN) returns sNaN


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

--- 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  f8fc4b44942238dec3228c4e4d77553da2b3ec39 (commit)
      from  59e53a78985be92134f126c5597d15a9998001d1 (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=f8fc4b44942238dec3228c4e4d77553da2b3ec39

commit f8fc4b44942238dec3228c4e4d77553da2b3ec39
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jun 9 17:24:52 2016 +0000

    Fix ldbl-128ibm expm1l (sNaN) (bug 20233).

    The ldbl-128ibm version of expm1l returns sNaN for sNaN input.  This
    patch fixes it to add such inputs to themselves so that qNaN is
    returned in this case.

    Tested for powerpc.

        [BZ #20233]
        * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Add NaN input
        to itself.

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

Summary of changes:
 ChangeLog                              |    4 ++++
 sysdeps/ieee754/ldbl-128ibm/s_expm1l.c |    4 ++--
 2 files changed, 6 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]