Make common nextdown implementation generic.
[glibc.git] / sysdeps / ieee754 / ldbl-opt / s_nextdownl.c
blobc92c02edf6550cbd16c4d81d8fed7fec513aac7e
1 /* nextdownl is not subject to complex aliasing rules. It was
2 added in glibc 2.24. */
3 #define declare_mgen_alias(from, to) weak_alias (M_SUF (from), M_SUF (to))
4 #include <math-type-macros-ldouble.h>
5 #include <s_nextdown_template.c>