diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-01-03 14:42:54 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-01-03 14:42:54 +0000 |
commit | eb51bac1b3f43c4fcccdf8206afb8a070fecaa07 (patch) | |
tree | 5253e96ffffa5ee3d72ccbd92f47fbf7d16d2264 /libm/math_private.h | |
parent | 33836c9854b39638a8460bdf5e7d761bb5d1e6ae (diff) |
libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
libm/s_ldexp.c: add TODO
Diffstat (limited to 'libm/math_private.h')
-rw-r--r-- | libm/math_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libm/math_private.h b/libm/math_private.h index 80c270718..bdd0aba48 100644 --- a/libm/math_private.h +++ b/libm/math_private.h @@ -176,11 +176,7 @@ extern double __ieee754_jn (int,double) attribute_hidden; extern double __ieee754_yn (int,double) attribute_hidden; extern double __ieee754_remainder (double,double) attribute_hidden; extern int __ieee754_rem_pio2 (double,double*) attribute_hidden; -#if defined(_SCALB_INT) -extern double __ieee754_scalb (double,int) attribute_hidden; -#else extern double __ieee754_scalb (double,double) attribute_hidden; -#endif /* fdlibm kernel function */ #ifndef _IEEE_LIBM |