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


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

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

commit b7519f61fe2c57981c69c0c65996968b9a4d9b62
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jun 9 17:25:54 2016 +0000

    Fix ldbl-128ibm log1pl (sNaN) (bug 20234).

    The ldbl-128ibm version of log1pl 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 #20234]
        * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Add positive
        infinity or NaN input to itself.

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

Summary of changes:
 ChangeLog                              |    4 ++++
 sysdeps/ieee754/ldbl-128ibm/s_log1pl.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]