summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/w_remainderl.c
blob: 7a344b77098f53d320826f9fdde663a41f481afd (plain)
1
2
3
4
5
6
7
#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <math/w_remainderl.c>
long_double_symbol (libm, __remainderl, remainderl);
strong_alias (__remainderl, __dreml)
long_double_symbol (libm, __dreml, dreml);