[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2014-09-20-g3c677fd

Raymond Toy rtoy at common-lisp.net
Sun Sep 28 21:16:55 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  3c677fd9362246effb35724d499e70effdf6dfed (commit)
      from  315ea23408772763fc0f141d51bf5038269f0b7c (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 3c677fd9362246effb35724d499e70effdf6dfed
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sun Sep 28 14:16:38 2014 -0700

    Correct a comment for %ieee754-rem-pi/2.

diff --git a/src/code/irrat.lisp b/src/code/irrat.lisp
index daf6166..c07e979 100644
--- a/src/code/irrat.lisp
+++ b/src/code/irrat.lisp
@@ -183,10 +183,10 @@
     (%sqrt x))
   )
 
-;; Same as above, but instead of needing to pass an array in, the
-;; output array is broken up into two output values instead.  This is
-;; easier for the user, and we don't have to wrap calls with
-;; without-gcing.
+;; Slightly simplified interface to __ieee754_rem_pio2, but instead of
+;; needing to pass an array in, the output array is broken up into two
+;; output values instead.  This is easier for the user, and we don't
+;; have to wrap calls with without-gcing.
 (declaim (inline %ieee754-rem-pi/2))
 (export '%ieee754-rem-pi/2)
 (alien:def-alien-routine ("ieee754_rem_pio2" %ieee754-rem-pi/2) c-call:int

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

Summary of changes:
 src/code/irrat.lisp |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list