[git] CMU Common Lisp branch master updated. snapshot-2014-06-15-g4649f97
Raymond Toy
rtoy at common-lisp.net
Wed Jul 23 01:45:20 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via 4649f97b516a36cb6c2a3b1bec99cccd086cbd59 (commit)
from 731988d4e4ad9fb62bbf4aeae8e200644ac3113c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4649f97b516a36cb6c2a3b1bec99cccd086cbd59
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Tue Jul 22 18:44:52 2014 -0700
Add rest of fdblim trig functios so that sincos is consistent with sin
and cos. Just like on darwin/x86.
diff --git a/src/lisp/Config.ppc_darwin b/src/lisp/Config.ppc_darwin
index 9738f9b..d9d1bfd 100644
--- a/src/lisp/Config.ppc_darwin
+++ b/src/lisp/Config.ppc_darwin
@@ -74,12 +74,22 @@ OS_LIBS = -lSystem -lc -lm
e_rem_pio2.o : e_rem_pio2.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-OS_SRC += k_sin.c k_cos.c sincos.c
+OS_SRC += k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c sincos.c
k_sin.o : k_sin.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
k_cos.o : k_cos.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+k_tan.o : k_tan.c
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
+s_sin.o : s_sin.c
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_cos.o : s_cos.c
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+s_tan.o : s_tan.c
+ $(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
+
sincos.o : sincos.c
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(CC_REM_PIO2) $<
-----------------------------------------------------------------------
Summary of changes:
src/lisp/Config.ppc_darwin | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list