This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

Re: Update powerpc-nofpu libm-test-ulps


Actually, there were some fma ulps in there that shouldn't have been in 
there either; I've applied this patch to remove those pending 
investigation.

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

-- 
Joseph S. Myers
joseph@codesourcery.com


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