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 0c78392056e9471f98f63e32a03ba5ab9e6bbc97 (commit) from 4649f97b516a36cb6c2a3b1bec99cccd086cbd59 (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 0c78392056e9471f98f63e32a03ba5ab9e6bbc97 Author: Raymond Toy toy.raymond@gmail.com Date: Wed Jul 23 19:37:54 2014 -0700
Put back the deftransforms for sin/cos/tan so we can call out directly to C.
diff --git a/src/compiler/float-tran.lisp b/src/compiler/float-tran.lisp index 08ce90b..2d8d829 100644 --- a/src/compiler/float-tran.lisp +++ b/src/compiler/float-tran.lisp @@ -716,6 +716,9 @@ (dolist (stuff '((exp %exp *) (log %log float) (sqrt %sqrt float) + (sin %asin float) + (cos %cos float) + (tan %tan float) (asin %asin float) (acos %acos float) (atan %atan *)
-----------------------------------------------------------------------
Summary of changes: src/compiler/float-tran.lisp | 3 +++ 1 file changed, 3 insertions(+)
hooks/post-receive