powerpc: strtok{_r} optimization for powerpc64
[glibc.git] / sysdeps / ieee754 / ldbl-64-128 / s_modfl.c
blobfa4d3ad82a2e4bade7c8a73029a69c0259f26c64
1 #include <math_ldbl_opt.h>
2 #undef weak_alias
3 #define weak_alias(n,a)
4 #include <sysdeps/ieee754/ldbl-128/s_modfl.c>
5 #if IS_IN (libm)
6 long_double_symbol (libm, __modfl, modfl);
7 #else
8 long_double_symbol (libc, __modfl, modfl);
9 #endif