summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-64-128/s_modfl.c
blob: fa4d3ad82a2e4bade7c8a73029a69c0259f26c64 (plain)
1
2
3
4
5
6
7
8
9
#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <sysdeps/ieee754/ldbl-128/s_modfl.c>
#if IS_IN (libm)
long_double_symbol (libm, __modfl, modfl);
#else
long_double_symbol (libc, __modfl, modfl);
#endif