blob: c92c02edf6550cbd16c4d81d8fed7fec513aac7e (
plain) (
blame)
1
2
3
4
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 <math-type-macros-ldouble.h>
#include <s_nextdown_template.c>
|