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.25-98-gb24d6d1


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  b24d6d155062b6f3ecd7b0d55442079c941e59c0 (commit)
      from  60f9423b6b02d79f8fef65552ecd21e0fd097774 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b24d6d155062b6f3ecd7b0d55442079c941e59c0

commit b24d6d155062b6f3ecd7b0d55442079c941e59c0
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Mar 9 22:37:47 2017 +0000

    Regenerate MIPS catan, catanh long double ulps.
    
    This patch regenerates MIPS catan and catanh ulps for long double with
    fixed expected results for the tests of those functions.  ulps for
    other types (which may see variation depending on whether glibc is
    built for a processor with fused multiply-add support) are
    deliberately not reduced.  ulps are not regenerated for powerpc-nofpu
    as such regeneration does not result in any changes for long double.
    
    	* sysdeps/mips/mips64/libm-test-ulps: Update catan and catanh ulps
    	for long double with corrected test expectations.

diff --git a/ChangeLog b/ChangeLog
index 6b5c65c..994a603 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-09  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/mips/mips64/libm-test-ulps: Update catan and catanh ulps
+	for long double with corrected test expectations.
+
 2016-03-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* sysdeps/unix/sysv/linux/sysdep.h (HAVE_INTERNAL_SEND_SYMBOL):
diff --git a/sysdeps/mips/mips64/libm-test-ulps b/sysdeps/mips/mips64/libm-test-ulps
index 53aaf9b..b3b0140 100644
--- a/sysdeps/mips/mips64/libm-test-ulps
+++ b/sysdeps/mips/mips64/libm-test-ulps
@@ -540,8 +540,8 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 8
-ldouble: 8
+ildouble: 1
+ldouble: 1
 
 Function: Real part of "catan_downward":
 double: 1
@@ -556,8 +556,8 @@ double: 2
 float: 2
 idouble: 2
 ifloat: 2
-ildouble: 8
-ldouble: 8
+ildouble: 2
+ldouble: 2
 
 Function: Real part of "catan_towardzero":
 double: 1
@@ -572,8 +572,8 @@ double: 2
 float: 2
 idouble: 2
 ifloat: 2
-ildouble: 8
-ldouble: 8
+ildouble: 2
+ldouble: 2
 
 Function: Real part of "catan_upward":
 double: 1
@@ -588,16 +588,16 @@ double: 3
 float: 3
 idouble: 3
 ifloat: 3
-ildouble: 8
-ldouble: 8
+ildouble: 3
+ldouble: 3
 
 Function: Real part of "catanh":
 double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 8
-ldouble: 8
+ildouble: 1
+ldouble: 1
 
 Function: Imaginary part of "catanh":
 double: 1
@@ -612,8 +612,8 @@ double: 2
 float: 2
 idouble: 2
 ifloat: 2
-ildouble: 8
-ldouble: 8
+ildouble: 2
+ldouble: 2
 
 Function: Imaginary part of "catanh_downward":
 double: 1
@@ -628,8 +628,8 @@ double: 2
 float: 2
 idouble: 2
 ifloat: 2
-ildouble: 8
-ldouble: 8
+ildouble: 2
+ldouble: 2
 
 Function: Imaginary part of "catanh_towardzero":
 double: 1
@@ -644,8 +644,8 @@ double: 4
 float: 4
 idouble: 4
 ifloat: 4
-ildouble: 8
-ldouble: 8
+ildouble: 4
+ldouble: 4
 
 Function: Imaginary part of "catanh_upward":
 double: 1

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

Summary of changes:
 ChangeLog                          |    5 +++++
 sysdeps/mips/mips64/libm-test-ulps |   32 ++++++++++++++++----------------
 2 files changed, 21 insertions(+), 16 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]