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-803-g2a398e6


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  2a398e6f5b3d7521240756f25a811e53efe3028b (commit)
      from  05f5c45cffd117c545c479ffb4f2474e041ea920 (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=2a398e6f5b3d7521240756f25a811e53efe3028b

commit 2a398e6f5b3d7521240756f25a811e53efe3028b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 30 17:38:37 2012 +0000

    Remove powerpc-nofpu fma ulps.

diff --git a/ports/ChangeLog.powerpc b/ports/ChangeLog.powerpc
index ce363dd..cd7afb2 100644
--- a/ports/ChangeLog.powerpc
+++ b/ports/ChangeLog.powerpc
@@ -1,5 +1,7 @@
 2012-11-30  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/powerpc/nofpu/libm-test-ulps: Remove fma ulps.
+
 	* sysdeps/powerpc/nofpu/libm-test-ulps: Update.
 
 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
diff --git a/ports/sysdeps/powerpc/nofpu/libm-test-ulps b/ports/sysdeps/powerpc/nofpu/libm-test-ulps
index 003ae8f..652cad3 100644
--- a/ports/sysdeps/powerpc/nofpu/libm-test-ulps
+++ b/ports/sysdeps/powerpc/nofpu/libm-test-ulps
@@ -1727,34 +1727,6 @@ Test "expm1 (500.0) == 1.4035922178528374107397703328409120821806e+217":
 double: 1
 idouble: 1
 
-# fma_downward
-Test "fma_downward (-min_value, min_value, +0) == -min_subnorm_value":
-ildouble: 1
-ldouble: 1
-Test "fma_downward (-min_value, min_value, -0) == -min_subnorm_value":
-ildouble: 1
-ldouble: 1
-Test "fma_downward (min_value, -min_value, +0) == -min_subnorm_value":
-ildouble: 1
-ldouble: 1
-Test "fma_downward (min_value, -min_value, -0) == -min_subnorm_value":
-ildouble: 1
-ldouble: 1
-
-# fma_upward
-Test "fma_upward (-min_value, -min_value, +0) == min_subnorm_value":
-ildouble: 1
-ldouble: 1
-Test "fma_upward (-min_value, -min_value, -0) == min_subnorm_value":
-ildouble: 1
-ldouble: 1
-Test "fma_upward (min_value, min_value, +0) == min_subnorm_value":
-ildouble: 1
-ldouble: 1
-Test "fma_upward (min_value, min_value, -0) == min_subnorm_value":
-ildouble: 1
-ldouble: 1
-
 # hypot
 Test "hypot (-0.7, -12.4) == 12.419742348374220601176836866763271":
 float: 1
@@ -3141,14 +3113,6 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 
-Function: "fma_downward":
-ildouble: 1
-ldouble: 1
-
-Function: "fma_upward":
-ildouble: 1
-ldouble: 1
-
 Function: "gamma":
 ildouble: 1
 ldouble: 1

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

Summary of changes:
 ports/ChangeLog.powerpc                    |    2 +
 ports/sysdeps/powerpc/nofpu/libm-test-ulps |   36 ----------------------------
 2 files changed, 2 insertions(+), 36 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]