[oct-cvs] Oct commit: oct oct.system
rtoy
rtoy at common-lisp.net
Wed Nov 28 21:41:27 UTC 2007
Update of /project/oct/cvsroot/oct
In directory clnet:/tmp/cvs-serv7343
Modified Files:
oct.system
Log Message:
Make default for CMUCL not to use arrays. Some quick tests show that
currently arrays are slower or much slower than complex
double-doubles.
--- /project/oct/cvsroot/oct/oct.system 2007/11/28 20:00:28 1.23
+++ /project/oct/cvsroot/oct/oct.system 2007/11/28 21:41:27 1.24
@@ -50,7 +50,7 @@
;; For CMUCL, quad-doubles can be stored in a (complex
;; double-double-float) object, which is an extension in CMUCL.
;; If you want CMUCL to use an array too, add :oct-array to *features*.
-;;#-cmu
+#-cmu
(pushnew :oct-array *features*)
More information about the oct-cvs
mailing list