diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 18:57:11 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 18:57:11 +0000 |
commit | c8d8b6d30a29b353637cd1c7379402bff2481b79 (patch) | |
tree | 7d9d79d337b153e7e170e6eea6209cfd5281492b /libm/Makefile.in | |
parent | 087a339a77231f9f2e93bf14233771bf8077f73c (diff) |
- add __ieee754_log2()
Diffstat (limited to 'libm/Makefile.in')
-rw-r--r-- | libm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in index bcee5f35c..01c63d15a 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -57,7 +57,7 @@ ifeq ($(DO_C99_MATH),y) libm_CSRC := \ e_acos.c e_acosh.c e_asin.c e_atan2.c e_atanh.c e_cosh.c \ e_exp.c e_fmod.c e_gamma.c e_gamma_r.c e_hypot.c e_j0.c \ - e_j1.c e_jn.c e_lgamma.c e_lgamma_r.c e_log.c e_log10.c \ + e_j1.c e_jn.c e_lgamma.c e_lgamma_r.c e_log.c e_log2.c e_log10.c \ e_pow.c e_remainder.c e_rem_pio2.c e_scalb.c e_sinh.c \ e_sqrt.c k_cos.c k_rem_pio2.c k_sin.c k_standard.c k_tan.c \ s_asinh.c s_atan.c s_cbrt.c s_ceil.c s_copysign.c s_cos.c \ |