[PATCH] Update ppc/s390 ulps
Jakub Jelinek
jakub@redhat.com
Tue Dec 2 14:13:00 GMT 2003
Hi!
ppc/ppc64/s390/s390x need the same treatment as amd64 after latest
libm-test.inc changes.
2003-12-02 Jakub Jelinek <jakub@redhat.com>
* sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
* sysdeps/s390/fpu/libm-test-ulps: Regenerated.
--- libc/sysdeps/powerpc/fpu/libm-test-ulps.jj 2003-03-23 01:52:10.000000000 +0100
+++ libc/sysdeps/powerpc/fpu/libm-test-ulps 2003-12-02 15:08:18.000000000 +0100
@@ -10,6 +10,9 @@ ifloat: 3
Test "atan2 (1.390625, 0.9296875) == 0.981498387184244311516296577615519772":
float: 1
ifloat: 1
+Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994380":
+float: 6
+ifloat: 6
# atanh
Test "atanh (0.75) == 0.972955074527656652552676371721589865":
@@ -614,8 +617,8 @@ idouble: 1
# Maximal error of functions:
Function: "atan2":
-float: 3
-ifloat: 3
+float: 6
+ifloat: 6
Function: "atanh":
float: 1
--- libc/sysdeps/s390/fpu/libm-test-ulps.jj 2003-03-23 01:52:10.000000000 +0100
+++ libc/sysdeps/s390/fpu/libm-test-ulps 2003-12-02 15:08:28.000000000 +0100
@@ -10,6 +10,9 @@ ifloat: 3
Test "atan2 (1.390625, 0.9296875) == 0.981498387184244311516296577615519772":
float: 1
ifloat: 1
+Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994380":
+float: 6
+ifloat: 6
# atanh
Test "atanh (0.75) == 0.972955074527656652552676371721589865":
@@ -640,8 +643,8 @@ idouble: 1
# Maximal error of functions:
Function: "atan2":
-float: 3
-ifloat: 3
+float: 6
+ifloat: 6
Function: "atanh":
float: 1
Jakub
More information about the Libc-hacker
mailing list