]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c
AArch64: use movz/movk instead of literal pools in start.S
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / w_atan2l_compat.c
CommitLineData
c6251f03
RM
1#include <math_ldbl_opt.h>
2#undef weak_alias
3#define weak_alias(n,a)
f67d7819 4#include <math/w_atan2l_compat.c>
4f3647e4 5#if LIBM_SVID_COMPAT
c6251f03 6long_double_symbol (libm, __atan2l, atan2l);
4f3647e4 7#endif