diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-31 22:55:29 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-31 22:55:29 +0000 |
commit | 8cf28c5ebe7b02e769a3f3082fd390e6d8c11542 (patch) | |
tree | be283a6db0d8e4fb2674efab398cbd0a9199f819 /ChangeLog | |
parent | c4e33b8d8ba03ecb094904fb8c07c0858496b586 (diff) | |
download | glibc-8cf28c5ebe7b02e769a3f3082fd390e6d8c11542.tar glibc-8cf28c5ebe7b02e769a3f3082fd390e6d8c11542.tar.gz glibc-8cf28c5ebe7b02e769a3f3082fd390e6d8c11542.tar.bz2 glibc-8cf28c5ebe7b02e769a3f3082fd390e6d8c11542.zip |
Fix casinh spurious underflows away from [-i,i] (bug 15062).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2013-01-31 Joseph Myers <joseph@codesourcery.com> + + [BZ #15062] + * math/k_casinh.c (__kernel_casinh): Compute real and imaginary + parts of result separately when argument is not close to line from + -i to i and one part of argument is small. + * math/k_casinhf.c (__kernel_casinhf): Likewise. + * math/k_casinhl.c (__kernel_casinhl): Likewise. + * math/libm-test.inc (cacos_test): Add more tests. + (casin_test): Likewise. + (casinh_test): Likewise. + * sysdeps/i386/fpu/libm-test-ulps: Update. + * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. + 2013-01-31 David S. Miller <davem@davemloft.net> * po/de.po: Update from translation team. |