aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-08-24 16:05:28 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-09-01 09:31:03 -0500
commitee8a49071cba845b2ee5060b0d4238f9534b5ee3 (patch)
tree7b15c9a6d0d64c04966a7ddf5bc23e0e57117a25 /ChangeLog
parent7b7c39450b3c4ab35b4960346e61d7b177ee728e (diff)
downloadglibc-ee8a49071cba845b2ee5060b0d4238f9534b5ee3.zip
glibc-ee8a49071cba845b2ee5060b0d4238f9534b5ee3.tar.gz
glibc-ee8a49071cba845b2ee5060b0d4238f9534b5ee3.tar.bz2
Make common nextdown implementation generic.
With the exception of those machines using the ldbl-opt in an Implies file, this is a trivial transformation. nextdownl is not subject to the non-trivial versioning rules of the other generated functions, so to keep things simple, it is handled as a one-off case in ldbl-opt to preserve the existing behavior.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8366d85..1fa70e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2016-09-01 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+ * math/Makefile: (gen-libm-calls): Add s_nextdown.
+ (libm-calls): Remove above.
+
+ * math/s_nextdown.c: Refactor into ...
+ * math/s_nextdown_template.c: New file.
+ * math/s_nextdownf.c: Removed.
+ * math/s_nextdownl.c: Removed.
+
+ * sysdeps/ieee754/ldbl-opt/s_nextdownl.c: New file.
+
+2016-09-01 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+
* math/Makefile (gen-libm-calls): Add s_fdim.
(libm-calls): Move to above.