mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
parent
210c1fa7b4
commit
52dd430ac8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
$(CUR_SRCS) = e_exp.S e_fmod.S e_log.S e_log10.S \
|
||||
e_remainder.S e_sqrt.S s_ceil.S s_copysign.S \
|
||||
s_cos.S s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
|
||||
s_remquo.S s_rint.S s_significand.S s_sin.S s_tan.S \
|
||||
s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
|
||||
s_remquo.S s_rint.S s_significand.S s_tan.S \
|
||||
s_trunc.S
|
||||
|
||||
ifneq ($(OS), WINNT)
|
||||
|
|
Loading…
Reference in a new issue