ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/ieee754/ldbl-64-128/s_modfl.c

11 lines
261 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#include <math_ldbl_opt.h>
#include <libm-alias-ldouble.h>
#if IS_IN (libc)
# undef libm_alias_ldouble
# define libm_alias_ldouble(from, to)
#endif
#include <sysdeps/ieee754/ldbl-128/s_modfl.c>
#if IS_IN (libc)
long_double_symbol (libc, __modfl, modfl);
#endif