[Openmcl-devel] BUG: bad negation of arguments declared as SHORT-FLOAT

Eric Marsden eric.marsden at free.fr
Thu Nov 17 08:27:55 PST 2011


Hi,

This is on Linux/armel (current SVN).

,----
| ? (lisp-implementation-version)
| "Version 1.8-dev  (LinuxARM32)"
| ? (defun foo (a)
|     (declare (type short-float a))
|     (- a))
| FOO
| ? (foo 0.0)
| 1.0
`----

-- 
Eric Marsden




More information about the Openmcl-devel mailing list