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.15-750-gd7cf87a


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  d7cf87a64ee184e3ebc6fc9f1d6ef650b79c5a5a (commit)
      from  ff8faaf0a7abbcf2609fad2f7b34b4c028f07918 (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=d7cf87a64ee184e3ebc6fc9f1d6ef650b79c5a5a

commit d7cf87a64ee184e3ebc6fc9f1d6ef650b79c5a5a
Author: Andreas Jaeger <aj@suse.de>
Date:   Sun May 6 09:30:24 2012 +0200

    Update x86-64 libm-test-ulps

diff --git a/ChangeLog b/ChangeLog
index 7c5df7a..c54235c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 	(+cflags): Add +math-flags so that all of glibc gets compiled with
 	it.
 
+	* sysdeps/x86_64/fpu/libm-test-ulps: Updated.
+
 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 9a1e80e..70b091f 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -7,15 +7,21 @@ ldouble: 1
 
 # acos_downward
 Test "acos_downward (-0) == pi/2":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_downward (-0.5) == M_PI_6l*4.0":
 double: 1
 idouble: 1
 Test "acos_downward (-1) == pi":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_downward (0) == pi/2":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_downward (0.5) == M_PI_6l*2.0":
@@ -26,15 +32,21 @@ ifloat: 1
 
 # acos_towardzero
 Test "acos_towardzero (-0) == pi/2":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_towardzero (-0.5) == M_PI_6l*4.0":
 double: 1
 idouble: 1
 Test "acos_towardzero (-1) == pi":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_towardzero (0) == pi/2":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "acos_towardzero (0.5) == M_PI_6l*2.0":

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

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