]> sourceware.org Git - glibc.git/commit - ChangeLog
Fix hypotf overflow/underflow by using double precision instead of scaling.
authorDavid S. Miller <davem@davemloft.net>
Wed, 14 Mar 2012 01:08:58 +0000 (18:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Mar 2012 01:08:58 +0000 (18:08 -0700)
commit7c10fd3515f983ca732b2166ccffebbf83603f1f
tree8211aa88aaadad71d81a8becdead6ba4a1a284bc
parentf453b98b6bf698ddb4d49cd3dc0f94d2da2a8968
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.
ChangeLog
sysdeps/ieee754/flt-32/e_hypotf.c
This page took 0.038997 seconds and 5 git commands to generate.