]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/s_nextdown_template.c
Make common nextdown implementation generic.
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Wed, 24 Aug 2016 21:05:28 +0000 (16:05 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 1 Sep 2016 14:31:03 +0000 (09:31 -0500)
commitee8a49071cba845b2ee5060b0d4238f9534b5ee3
tree7b15c9a6d0d64c04966a7ddf5bc23e0e57117a25
parent7b7c39450b3c4ab35b4960346e61d7b177ee728e
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
math/Makefile
math/s_nextdown.c [deleted file]
math/s_nextdown_template.c [moved from math/s_nextdownf.c with 89% similarity]
math/s_nextdownl.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_nextdownl.c [new file with mode: 0644]