diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 13:42:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 13:42:13 +0000 |
commit | c88769dda4199d15267259fd3c9b986e6690a901 (patch) | |
tree | 743ef394beae012b285cc655faa375293445361f /ChangeLog | |
parent | e4a110f59e6317a52dde765ceb3571763ca07a9a (diff) | |
download | glibc-c88769dda4199d15267259fd3c9b986e6690a901.tar glibc-c88769dda4199d15267259fd3c9b986e6690a901.tar.gz glibc-c88769dda4199d15267259fd3c9b986e6690a901.tar.bz2 glibc-c88769dda4199d15267259fd3c9b986e6690a901.zip |
Fix hypot handling of subnormals (bug 16316, bug 16330).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2013-12-17 Joseph Myers <joseph@codesourcery.com> + + [BZ #16316] + [BZ #16330] + * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update + values of ha and hb and sort them after adjusting subnormal + arguments. + * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl): + Likewise. + * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update + values of ea and eb and sort them after adjusting subnormal + arguments. + * math/auto-libm-test-in: Do not expect some hypot tests of + subnormals to fail. Add more hypot tests. + * math/auto-libm-test-out: Regenerated. + 2013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp> [BZ #13304] |