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.19-448-g7c112a3


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  7c112a38127d1d1df0d31ac4ce437294b7813229 (commit)
      from  e13bccd3de53227dd4d6ece08873e9bcdd76b08f (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=7c112a38127d1d1df0d31ac4ce437294b7813229

commit 7c112a38127d1d1df0d31ac4ce437294b7813229
Author: Adhemerval Zanella <azanella@linux.vnet.ibm.com>
Date:   Tue May 20 16:21:51 2014 -0500

    Update powerpc-fpu ULPs.

diff --git a/ChangeLog b/ChangeLog
index a6b2d94..390f181 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
 	* sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
 	optimization when used with float constants.
 
+	* sysdeps/powerpc/fpu/libm-test-ulps: Update.
+
 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
 
 	[BZ #16915]
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps
index 3319233..71de1bc 100644
--- a/sysdeps/powerpc/fpu/libm-test-ulps
+++ b/sysdeps/powerpc/fpu/libm-test-ulps
@@ -37,6 +37,21 @@ idouble: 1
 ildouble: 1
 ldouble: 1
 
+Function: "acosh_downward":
+float: 1
+ildouble: 1
+ldouble: 1
+
+Function: "acosh_towardzero":
+float: 1
+ildouble: 1
+ldouble: 1
+
+Function: "acosh_upward":
+double: 1
+ildouble: 1
+ldouble: 2
+
 Function: "asin":
 ildouble: 2
 ldouble: 2
@@ -220,6 +235,54 @@ ifloat: 2
 ildouble: 2
 ldouble: 2
 
+Function: Real part of "cacos_downward":
+double: 1
+float: 2
+idouble: 1
+ifloat: 2
+ildouble: 6
+ldouble: 6
+
+Function: Imaginary part of "cacos_downward":
+double: 5
+float: 3
+idouble: 5
+ifloat: 3
+ildouble: 5
+ldouble: 5
+
+Function: Real part of "cacos_towardzero":
+double: 1
+float: 2
+idouble: 1
+ifloat: 2
+ildouble: 6
+ldouble: 6
+
+Function: Imaginary part of "cacos_towardzero":
+double: 5
+float: 3
+idouble: 5
+ifloat: 3
+ildouble: 5
+ldouble: 5
+
+Function: Real part of "cacos_upward":
+double: 2
+float: 2
+idouble: 2
+ifloat: 2
+ildouble: 4
+ldouble: 4
+
+Function: Imaginary part of "cacos_upward":
+double: 4
+float: 4
+idouble: 4
+ifloat: 4
+ildouble: 8
+ldouble: 8
+
 Function: Real part of "cacosh":
 double: 1
 float: 7

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

Summary of changes:
 ChangeLog                          |    2 +
 sysdeps/powerpc/fpu/libm-test-ulps |   63 ++++++++++++++++++++++++++++++++++++
 2 files changed, 65 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]