powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31629]
[glibc.git] / sysdeps / ieee754 / ldbl-64-128 / s_nextafterl.c
blob5218abea5e9ae7341e55fc83b8f96f85651d841c
1 #include <math_ldbl_opt.h>
2 #undef weak_alias
3 #define weak_alias(n,a)
4 #include <sysdeps/ieee754/ldbl-128/s_nextafterl.c>
5 long_double_symbol (libm, __nextafterl, nextafterl);
6 long_double_symbol (libm, __nexttowardl, nexttowardl);
7 #undef weak_alias
8 #define weak_alias(name, aliasname) _weak_alias (name, aliasname)
9 libm_alias_ldouble_other (__nextafter, nextafter)