From 0c78392056e9471f98f63e32a03ba5ab9e6bbc97 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Wed, 23 Jul 2014 19:37:54 -0700 Subject: [PATCH] Put back the deftransforms for sin/cos/tan so we can call out directly to C. --- src/compiler/float-tran.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compiler/float-tran.lisp b/src/compiler/float-tran.lisp index 08ce90bdf..2d8d829bc 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 *) -- GitLab