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/16384] ldbl-128ibm acoshl inaccurate


http://sourceware.org/bugzilla/show_bug.cgi?id=16384

--- 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  396e3ecf3e8f0f05bd7eeaf995a3f0c2327a6cd6 (commit)
      from  6c8dbf00f536d78b1937b5af6f57be47fd376344 (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=396e3ecf3e8f0f05bd7eeaf995a3f0c2327a6cd6

commit 396e3ecf3e8f0f05bd7eeaf995a3f0c2327a6cd6
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Jan 2 16:33:06 2014 +0000

    Fix ldbl-128ibm acoshl inaccuracy (bug 16384).

    This patch fixes bug 16384, ldbl-128ibm acoshl inaccuracy, which
    showed up while attempting to regenerate ulps for powerpc-nofpu for
    2.19.  There were two separate problems, use of __log1p instead of
    __log1pl and an insufficiently accurate constant value for log 2
    (which this patch replaces by use of M_LN2l), each of which could
    cause substantial inaccuracy in affected cases.

    Tested for powerpc-nofpu.

        * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
        M_LN2l.
        (__ieee754_acoshl): Use __log1pl not __log1p.

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

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