diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-06 05:38:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-06 05:38:04 +0000 |
commit | 643377d67463ad227b577be12b78bc65af54ad52 (patch) | |
tree | 9b286f9aaadd91930f4e06735de9440df75377d4 /ChangeLog | |
parent | bf017034fb453310fa5093a1346c52fe8926f670 (diff) | |
download | glibc-643377d67463ad227b577be12b78bc65af54ad52.tar glibc-643377d67463ad227b577be12b78bc65af54ad52.tar.gz glibc-643377d67463ad227b577be12b78bc65af54ad52.tar.bz2 glibc-643377d67463ad227b577be12b78bc65af54ad52.zip |
* sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove the
exponent bias from the increment value for scaling by 2^60.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-08-31 Bob Wilson <bob.wilson@acm.org> + + * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove the + exponent bias from the increment value for scaling by 2^60. + 2005-09-05 Alexandre Oliva <aoliva@redhat.com> * configure.in: Compile source test file with -fPIC for -shared. |