diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-10-13 20:04:18 +0000 |
---|---|---|
committer | Geoff Keating <geoffk@cygnus.com> | 2000-10-13 20:04:18 +0000 |
commit | 3d3204d9b8aa637d2051003a8d10180ccc8410b0 (patch) | |
tree | 154736d7343afffcfc88af89059a09ed3ae344ce | |
parent | 7ac74eaa99eb6e0377959d94a5fa37a3a92add8e (diff) | |
download | glibc-3d3204d9b8aa637d2051003a8d10180ccc8410b0.tar glibc-3d3204d9b8aa637d2051003a8d10180ccc8410b0.tar.gz glibc-3d3204d9b8aa637d2051003a8d10180ccc8410b0.tar.bz2 glibc-3d3204d9b8aa637d2051003a8d10180ccc8410b0.zip |
* sysdeps/i386/fpu/libm-test-ulps: Update ULPs for my Pentium III
building with the default options.
2000-10-13 Geoffrey Keating <geoffk@cygnus.com>
* sysdeps/i386/fpu/libm-test-ulps: Update ULPs for my Pentium III
building with the default options.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/i386/fpu/libm-test-ulps | 12 |
2 files changed, 11 insertions, 6 deletions
@@ -1,3 +1,8 @@ +2000-10-13 Geoffrey Keating <geoffk@cygnus.com> + + * sysdeps/i386/fpu/libm-test-ulps: Update ULPs for my Pentium III + building with the default options. + 2000-10-11 Andreas Jaeger <aj@suse.de> * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Set cache. diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps index d1e4dd5fe4..fc49e168cd 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -880,8 +880,8 @@ ifloat: 1 Test "y0 (0.7) == -0.19066492933739506743": float: 1 ifloat: 1 -double: 2 -idouble: 2 +double: 3 +idouble: 3 Test "y0 (1.0) == 0.088256964215676957983": double: 2 float: 1 @@ -944,8 +944,8 @@ ifloat: 1 Test "yn (0, 0.7) == -0.19066492933739506743": float: 1 ifloat: 1 -double: 2 -idouble: 2 +double: 3 +idouble: 3 Test "yn (0, 1.0) == 0.088256964215676957983": double: 2 float: 1 @@ -1465,9 +1465,9 @@ idouble: 2 ifloat: 1 Function: "y0": -double: 2 +double: 3 float: 1 -idouble: 2 +idouble: 3 ifloat: 1 Function: "y1": |