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/14032] sqrt is not correctly rounded on x86


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

--- Comment #2 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  ea3bc4e821e20e70b093c9a33e54f99c79e0d847 (commit)
      from  0712c9d861f4e861313a7f9fad06609bd1afb263 (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=ea3bc4e821e20e70b093c9a33e54f99c79e0d847

commit ea3bc4e821e20e70b093c9a33e54f99c79e0d847
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 29 16:31:16 2013 +0000

    Fix x86 sqrt rounding (bug 14032).

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

Summary of changes:
 ChangeLog                 |    7 +
 NEWS                      |   20 +-
 math/auto-libm-test-in    |   57 +
 math/auto-libm-test-out   | 3669 +++++++++++++++++++++++++++++++++++++++++++++
 sysdeps/i386/fpu/e_sqrt.S |   10 +
 sysdeps/i386/fpu/w_sqrt.c |    8 +
 6 files changed, 3761 insertions(+), 10 deletions(-)
 create mode 100644 sysdeps/i386/fpu/w_sqrt.c

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