diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-13 17:27:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-13 17:27:49 +0000 |
commit | 31a5468806fa75f49f7239f05eb7c857ee8a4191 (patch) | |
tree | f2c84fb13d69771c38c8352ff336d3c5ff9cd02f | |
parent | bdf3b017afda96b14031c1e5bb643e4b3376a04b (diff) | |
download | glibc-31a5468806fa75f49f7239f05eb7c857ee8a4191.tar.gz glibc-31a5468806fa75f49f7239f05eb7c857ee8a4191.tar.xz glibc-31a5468806fa75f49f7239f05eb7c857ee8a4191.zip |
Update.
2001-09-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/powerpc/fpu/libm-test-ulps | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fe2776f473..253864b0d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-09-13 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0. + 2001-09-12 Ulrich Drepper <drepper@redhat.com> * config.h.in: Enforce optimization to be used. diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index b1d43323e4..55dd1e06f5 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -447,6 +447,16 @@ ifloat: 1 Test "j0 (8.0) == 0.17165080713755390609": float: 1 ifloat: 1 +Test "j0 (4.0) == -3.9714980986384737228659076845169804197562E-1": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 +Test "j0 (-4.0) == -3.9714980986384737228659076845169804197562E-1": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 # j1 Test "j1 (10.0) == 0.043472746168861436670": |