[Openmcl-devel] mcl-doubles problem in openmcl 0.14.1

Bill Schottstaedt bil at ccrma.Stanford.EDU
Fri Feb 20 02:29:13 PST 2004


Thanks for the code -- it has one small bug:

   (let* ((length (gensym)) (size (gensym)))
    `(let* ((,length (length ,lisp-array))
	   (,size (* ,length 8)))

(The inner let should be let*).  It's too bad I have
to copy the array since it can be large.




More information about the Openmcl-devel mailing list