diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-03 23:35:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-03 23:35:00 +0000 |
commit | be2925fc8afd9170d76237ac0fcf2df5db89532b (patch) | |
tree | e1cbf921eb10aceb0491bec1a0e96b62047dd0d6 /ChangeLog | |
parent | Update. (diff) | |
download | glibc-be2925fc8afd9170d76237ac0fcf2df5db89532b.tar.gz glibc-be2925fc8afd9170d76237ac0fcf2df5db89532b.tar.bz2 glibc-be2925fc8afd9170d76237ac0fcf2df5db89532b.zip |
Update.
* sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Correct
test for subnormal.
Reported by Fred J. Tydeman <tydeman@tybor.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-12-03 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Correct + test for subnormal. + Reported by Fred J. Tydeman <tydeman@tybor.com>. + * math/test-misc.c (main): Add tests for frexp. Reported by Fred J. Tydeman <tydeman@tybor.com>. * sysdeps/i386/fpu/s_frexpl.S: Don't overflow during the computation. |