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/16330] hypot spurious underflows with subnormal arguments


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

--- 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  c88769dda4199d15267259fd3c9b986e6690a901 (commit)
      from  e4a110f59e6317a52dde765ceb3571763ca07a9a (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=c88769dda4199d15267259fd3c9b986e6690a901

commit c88769dda4199d15267259fd3c9b986e6690a901
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Dec 17 13:42:13 2013 +0000

    Fix hypot handling of subnormals (bug 16316, bug 16330).

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

Summary of changes:
 ChangeLog                           |   16 +
 NEWS                                |    2 +-
 math/auto-libm-test-in              |   16 +-
 math/auto-libm-test-out             | 2531 +++++++++++++++++++++++++----------
 sysdeps/ieee754/dbl-64/e_hypot.c    |   11 +
 sysdeps/ieee754/ldbl-128/e_hypotl.c |   11 +
 sysdeps/ieee754/ldbl-96/e_hypotl.c  |   11 +
 7 files changed, 1916 insertions(+), 682 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]