[git] CMU Common Lisp branch master updated. snapshot-2014-06-5-gea1b427

Raymond Toy rtoy at common-lisp.net
Mon Jul 21 04:02:09 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  ea1b427815d5334da20d2821aea5abbcffbee0ad (commit)
      from  1b9697d7923b1e9f7d875b94a13e427ddc651453 (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 ea1b427815d5334da20d2821aea5abbcffbee0ad
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sun Jul 20 21:01:59 2014 -0700

    Add declarations for the fdlibm trig functions.

diff --git a/src/lisp/fdlibm.h b/src/lisp/fdlibm.h
index 3a9fcdb..61794b3 100644
--- a/src/lisp/fdlibm.h
+++ b/src/lisp/fdlibm.h
@@ -41,3 +41,10 @@ extern double scalbn(double, int);
 
 /* fdlibm kernel function */
 extern int    __kernel_rem_pio2(double*,double*,int,int,int,const int*);
+
+extern double __kernel_sin(double x, double y, int iy);
+extern double __kernel_cos(double x, double y);
+extern double __kernel_tan(double x, double y, int iy);
+extern double sin(double x);
+extern double cos(double x);
+extern double tan(double x);

-----------------------------------------------------------------------

Summary of changes:
 src/lisp/fdlibm.h |    7 +++++++
 1 file changed, 7 insertions(+)


hooks/post-receive
-- 
CMU Common Lisp



More information about the cmucl-cvs mailing list