0.8.20.21:
[sbcl.git] / src / compiler / generic / objdef.lisp
index 1e4fc8b..760f8ca 100644 (file)
@@ -66,6 +66,7 @@
               :ref-trans %denominator
               :init :arg))
 
+#!+#.(cl:if (cl:= sb!vm:n-word-bits 32) '(and) '(or))
 (define-primitive-object (single-float :lowtag other-pointer-lowtag
                                       :widetag single-float-widetag)
   (value :c-type "float"))