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/16271] dbl-64 e_sqrt.c not correctly rounding in non-default rounding modes


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

--- 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  3c1c46a64ad1037d616ec39514c4e55133997c9f (commit)
      from  5a4c6d53f50b264d60cf6453576ca2810c7890b7 (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=3c1c46a64ad1037d616ec39514c4e55133997c9f

commit 3c1c46a64ad1037d616ec39514c4e55133997c9f
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 28 16:50:38 2013 +0000

    Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).

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

Summary of changes:
 ChangeLog                                         |   17 +++++++++
 NEWS                                              |    2 +-
 include/fenv.h                                    |    1 +
 math/fegetround.c                                 |    1 +
 ports/ChangeLog.aarch64                           |    5 +++
 ports/ChangeLog.alpha                             |    5 +++
 ports/ChangeLog.am33                              |    4 ++
 ports/ChangeLog.arm                               |    4 ++
 ports/ChangeLog.hppa                              |    4 ++
 ports/ChangeLog.ia64                              |    4 ++
 ports/ChangeLog.m68k                              |    4 ++
 ports/ChangeLog.microblaze                        |    5 +++
 ports/ChangeLog.mips                              |    4 ++
 ports/sysdeps/aarch64/fpu/fegetround.c            |    1 +
 ports/sysdeps/alpha/fpu/fegetround.c              |    1 +
 ports/sysdeps/am33/fpu/fegetround.c               |    1 +
 ports/sysdeps/arm/fegetround.c                    |    1 +
 ports/sysdeps/hppa/fpu/fegetround.c               |    1 +
 ports/sysdeps/ia64/fpu/fegetround.c               |    1 +
 ports/sysdeps/m68k/fpu/fegetround.c               |    1 +
 ports/sysdeps/microblaze/fegetround.c             |    1 +
 ports/sysdeps/mips/fpu/fegetround.c               |    1 +
 sysdeps/i386/fpu/fegetround.c                     |    1 +
 sysdeps/ieee754/dbl-64/e_sqrt.c                   |   38 ++++++++++++++++++--
 sysdeps/powerpc/fpu/fegetround.c                  |    1 +
 sysdeps/powerpc/nofpu/fegetround.c                |    1 +
 sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c |    1 +
 sysdeps/s390/fpu/fegetround.c                     |    1 +
 sysdeps/sh/sh4/fpu/fegetround.c                   |    1 +
 sysdeps/sparc/fpu/fegetround.c                    |    1 +
 sysdeps/x86_64/fpu/fegetround.c                   |    1 +
 31 files changed, 110 insertions(+), 5 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]