summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e622d9e14a..1f7ba5cfae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2016-02-18 Joseph Myers <joseph@codesourcery.com>
+ [BZ #19593]
+ * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Use __trunc
+ on high part and __floor or __ceil on low part then use
+ ldbl_canonicalize_int if needed.
+
[BZ #19592]
* sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Use __ceil on
high and low parts then use ldbl_canonicalize_int if needed.