about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-22 14:59:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-22 14:59:45 +0000
commitef1e0867c0f6b1a39625f45aa8a8a9d83fe739be (patch)
treed2e415709ef56e81a48b4e4d451a2c2a7f497273 /ChangeLog
parent1468ded38eb043991b3b0198ab55cacffb46ec04 (diff)
downloadglibc-ef1e0867c0f6b1a39625f45aa8a8a9d83fe739be.tar.gz
glibc-ef1e0867c0f6b1a39625f45aa8a8a9d83fe739be.tar.xz
glibc-ef1e0867c0f6b1a39625f45aa8a8a9d83fe739be.zip
Fix ldbl-128ibm powl spurious underflows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34e93e53c4..ff04e57a4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #14811]
+	* sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
+	nonzero exponents with absolute value below 0x1p-117 to +/-
+	0x1p-117.
+
 	[BZ #14869]
 	* sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
 	up arguments below 2**-450, not just those below 2**-500.