This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-327-g19fcedd


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  19fcedd5fcaab4355adf62350224ce53797f0f5a (commit)
      from  8bbfd2f14afcd52b4dc1e5d6d4596f09b0cce0ad (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=19fcedd5fcaab4355adf62350224ce53797f0f5a

commit 19fcedd5fcaab4355adf62350224ce53797f0f5a
Author: Allan McRae <allan@archlinux.org>
Date:   Wed Sep 12 13:58:53 2012 +1000

    Update i386 ULPs for recently added math tests

diff --git a/ChangeLog b/ChangeLog
index b0b0af9..5c756e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-09  Allan McRae  <allan@archlinux.org>
+
+        * sysdeps/i386/fpu/libm-test-ulps: Update
+
 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/generic/_G_config.h (_G_int16_t): Remove.
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps
index f0701ef..d35635c 100644
--- a/sysdeps/i386/fpu/libm-test-ulps
+++ b/sysdeps/i386/fpu/libm-test-ulps
@@ -2398,6 +2398,10 @@ ldouble: 1
 Test "sin (-0x1p65) == 0.047183876212354673805106149805700013943218":
 float: 1
 ifloat: 1
+Test "sin (0x1.fffff8p+127) == 4.85786063130487339701113680434728152037092e-02":
+float: 1
+Test "sin (0x1p+127) == 6.23385512955870240370428801097126489001833e-01":
+float: 1
 Test "sin (0x1p65) == -0.047183876212354673805106149805700013943218":
 float: 1
 ifloat: 1
@@ -2556,6 +2560,10 @@ ifloat: 1
 Test "sincos (-0x1p65, &sin_res, &cos_res) puts 0.047183876212354673805106149805700013943218 in sin_res":
 float: 1
 ifloat: 1
+Test "sincos (0x1.fffff8p+127, &sin_res, &cos_res) puts 4.85786063130487339701113680434728152037092e-02 in sin_res":
+float: 1
+Test "sincos (0x1p+127, &sin_res, &cos_res) puts 6.23385512955870240370428801097126489001833e-01 in sin_res":
+float: 1
 Test "sincos (0x1p+50, &sin_res, &cos_res) puts 8.68095904660550604334592502063501320395739e-01 in cos_res":
 float: 1
 ifloat: 1

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

Summary of changes:
 ChangeLog                       |    4 ++++
 sysdeps/i386/fpu/libm-test-ulps |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]