From ee8a49071cba845b2ee5060b0d4238f9534b5ee3 Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Wed, 24 Aug 2016 16:05:28 -0500 Subject: 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8366d8538c..1fa70e57a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2016-09-01 Paul E. Murphy + + * 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 * math/Makefile (gen-libm-calls): Add s_fdim. -- cgit v1.2.3-70-g09d2