mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
ee8a49071c
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.
6 lines
237 B
C
6 lines
237 B
C
/* 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 <math-type-macros-ldouble.h>
|
|
#include <s_nextdown_template.c>
|