diff options
author | David S. Miller <davem@davemloft.net> | 2012-03-13 18:08:58 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-13 18:08:58 -0700 |
commit | 7c10fd3515f983ca732b2166ccffebbf83603f1f (patch) | |
tree | 8211aa88aaadad71d81a8becdead6ba4a1a284bc /ChangeLog | |
parent | f453b98b6bf698ddb4d49cd3dc0f94d2da2a8968 (diff) | |
download | glibc-7c10fd3515f983ca732b2166ccffebbf83603f1f.zip glibc-7c10fd3515f983ca732b2166ccffebbf83603f1f.tar.gz glibc-7c10fd3515f983ca732b2166ccffebbf83603f1f.tar.bz2 |
Fix hypotf overflow/underflow by using double precision instead of scaling.
[BZ #13840]
* sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
double-precision for the calculation instead of scaling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-03-13 David S. Miller <davem@davemloft.net> + + [BZ #13840] + * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use + double-precision for the calculation instead of scaling. + 2012-03-13 Joseph Myers <joseph@codesourcery.com> * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not |