diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-03-21 13:57:21 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-03-21 13:57:21 +0000 |
commit | 98c48fe5cc4317123a168490a8fb37540e23f104 (patch) | |
tree | bef07c691890f1a2f0a339df2722c64a1b7c08a1 /ChangeLog | |
parent | 3775a8bc2d2e0c29c8a7e673f5f42537ced2b3c7 (diff) | |
download | glibc-98c48fe5cc4317123a168490a8fb37540e23f104.zip glibc-98c48fe5cc4317123a168490a8fb37540e23f104.tar.gz glibc-98c48fe5cc4317123a168490a8fb37540e23f104.tar.bz2 |
Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2013-03-21 Joseph Myers <joseph@codesourcery.com> + + [BZ #15285] + * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>. + (__ieee754_j0l): Do not improve calculations using cos of twice + input for inputs above LDBL_MAX / 2.0L. + (__ieee754_y0l): Likewise. + * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>. + (__ieee754_j1l): Do not improve calculations using cos of twice + input for inputs above LDBL_MAX / 2.0L. + (__ieee754_y1l): Likewise. + * math/libm-test.inc (j0_test): Add another test. + (j1_test): Likewise. + (y0_test): Likewise. + (y1_test): Likewise. + * sysdeps/i386/fpu/libm-test-ulps: Update. + 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com> * Rules ($(objpfx)bench-%.c): Include code from a C source |