diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-01-15 09:50:31 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-01-15 09:50:31 +0100 |
commit | 7beb48cbb77ef32135a07b429838521a0c181377 (patch) | |
tree | e545e9c4f79024dee0da455c0cbf25d33c1d135d /ChangeLog | |
parent | c20d5bf50991d6c4e396f27612ad379214120c48 (diff) | |
download | glibc-7beb48cbb77ef32135a07b429838521a0c181377.zip glibc-7beb48cbb77ef32135a07b429838521a0c181377.tar.gz glibc-7beb48cbb77ef32135a07b429838521a0c181377.tar.bz2 |
[BZ #16427] Fix ldbl-128 exp overflows.
Invoke the non-IEEE handling only for numbers special also in the IEEE
case. This aligns the exp handling with the other ldbl variants.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + [BZ #16427] + * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE + handling only for numbers special also in the IEEE case. + +2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + * sysdeps/s390/fpu/libm-test-ulps: Regenerate. 2014-01-11 Allan McRae <allan@archlinux.org> |