summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/s_isnan.c
blob: 33f57f1955f2a31f134a82a497218d927894ceb7 (plain)
1
2
3
4
5
6
7
8
#include <math_ldbl_opt.h>
#include <sysdeps/ieee754/dbl-64/s_isnan.c>
#if !IS_IN (libm)
# if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
compat_symbol (libc, __isnan, __isnanl, GLIBC_2_0);
compat_symbol (libc, isnan, isnanl, GLIBC_2_0);
# endif
#endif