
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 7a5843fce1f383ee8231ed4d02461042f675287c (commit) from 7107249f265148e246a9eec84b15cfbe96121594 (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 7a5843fce1f383ee8231ed4d02461042f675287c Author: Raymond Toy <toy.raymond@gmail.com> Date: Thu Jul 31 15:55:09 2014 -0700 Add expm1 to match log1p. All platforms seem to have expm1 as well. diff --git a/src/code/irrat.lisp b/src/code/irrat.lisp index 7c8b031..2a88c9f 100644 --- a/src/code/irrat.lisp +++ b/src/code/irrat.lisp @@ -89,6 +89,7 @@ (def-math-rtn "hypot" 2) (def-math-rtn "log1p" 1) +(def-math-rtn "expm1" 1) ;; These are needed for use by byte-compiled files. But don't use ;; these with sse2 since we don't support using the x87 instructions ----------------------------------------------------------------------- Summary of changes: src/code/irrat.lisp | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- CMU Common Lisp