diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-04 04:56:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-04 04:56:36 +0000 |
commit | f8da88b080504633c5442a4fcd234cb63912a7bf (patch) | |
tree | 0ab90dc0e4b87582b3c9eda396ca4aa5fd387581 /ChangeLog | |
parent | fd8f4d46f560c594fa6ecad686f809947a67b2a6 (diff) | |
download | glibc-f8da88b080504633c5442a4fcd234cb63912a7bf.tar glibc-f8da88b080504633c5442a4fcd234cb63912a7bf.tar.gz glibc-f8da88b080504633c5442a4fcd234cb63912a7bf.tar.bz2 glibc-f8da88b080504633c5442a4fcd234cb63912a7bf.zip |
Update.
* sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Hopefully fix
the handling of denormalized numbers.
* math/test-misc.c (main): Test for fpclassify and pseudo denormal
numbers on x86.
* sysdeps/i386/fpu/fpclassifyl.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,11 @@ 2000-12-03 Ulrich Drepper <drepper@redhat.com> - * math/test-misc.c (main): Test for pseudo denormal numbers on x86. - * sysdeps/i386/fpu/fpclassify.c: New file. + * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Hopefully fix + the handling of denormalized numbers. + + * math/test-misc.c (main): Test for fpclassify and pseudo denormal + numbers on x86. + * sysdeps/i386/fpu/fpclassifyl.c: New file. * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Handle the pseudo denormal representation of LDBL_MIN. |