2014-12-04 23:11:16 +05:30
|
|
|
$(CUR_SRCS) += invtrig.c \
|
2014-12-04 23:32:39 +05:30
|
|
|
e_acoshl.c e_powl.c k_tanl.c s_exp2l.c \
|
2015-01-08 11:23:28 +01:00
|
|
|
e_atanhl.c e_lgammal_r.c e_sinhl.c s_asinhl.c s_expm1l.c \
|
2014-12-04 23:32:39 +05:30
|
|
|
e_coshl.c e_log10l.c e_tgammal.c \
|
|
|
|
e_expl.c e_log2l.c k_cosl.c s_log1pl.c s_tanhl.c \
|
|
|
|
e_logl.c k_sinl.c s_erfl.c
|
|
|
|
|
|
|
|
# s_remquol.c e_fmodl.c s_truncl.c
|
|
|
|
# e_hypotl.c s_floorl.c s_nextafterl.c s_ceill.c s_modfl.c
|
2012-05-25 21:25:13 -04:00
|
|
|
|
|
|
|
ifneq ($(OS), WINNT)
|
|
|
|
$(CUR_SRCS) += s_nanl.c
|
2014-12-04 23:11:16 +05:30
|
|
|
endif
|