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. --- sysdeps/ieee754/ldbl-opt/s_nextdownl.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sysdeps/ieee754/ldbl-opt/s_nextdownl.c (limited to 'sysdeps/ieee754') diff --git a/sysdeps/ieee754/ldbl-opt/s_nextdownl.c b/sysdeps/ieee754/ldbl-opt/s_nextdownl.c new file mode 100644 index 0000000000..c92c02edf6 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/s_nextdownl.c @@ -0,0 +1,5 @@ +/* nextdownl is not subject to complex aliasing rules. It was + added in glibc 2.24. */ +#define declare_mgen_alias(from, to) weak_alias (M_SUF (from), M_SUF (to)) +#include +#include -- cgit v1.2.3