Skip to content

Commit

Permalink
Don't use fsin and fcos.
Browse files Browse the repository at this point in the history
close #11
  • Loading branch information
Viral B. Shah committed Aug 19, 2012
1 parent 210c1fa commit 52dd430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i387/Make.files
@@ -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)
Expand Down

0 comments on commit 52dd430

Please sign in to comment.