aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2016-12-07 16:19:11 -0200
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2016-12-14 11:19:33 -0200
commit14348aaeff5ccb136e3fe967b86f97b9cea950a2 (patch)
tree3960d3281d9a4c6f17d8a15c5543ca4bbff9debe /ChangeLog
parent3038145ca2355d8fde8c21448961c1be1ed5c287 (diff)
downloadglibc-14348aaeff5ccb136e3fe967b86f97b9cea950a2.tar.xz
glibc-14348aaeff5ccb136e3fe967b86f97b9cea950a2.zip
Make w_log1p type-generic
This patch converts the wrapper log1p (which set errno directly rather than doing anything with __kernel_standard) to use the type-generic template machinery, in the same way that has been done for ilogb. Tested for powerpc64le, s390, and x86_64.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15085f5501..e9f41247b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2016-12-14 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+
+ * math/Makefile (gen-libm-calls): Add w_log1pF.
+ (libm-calls): Remove w_log1pF.
+ * math/w_log1p.c: Remove.
+ * math/w_log1pf.c: Likewise.
+ * math/w_log1pl.c: Likewise.
+ * math/w_log1p_template.c: New file with type-generic
+ implementation based on math/w_log1p.c.
+ * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Remove.
+ * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: Likewise.
+
2015-12-14 Wilco Dijkstra <wdijkstr@arm.com>
* string/rawmemchr.c (RAWMEMCHR): Use faster memchr/strlen.