1.0.5.48: Git friendly clean.sh
[sbcl.git] / tests / compiler.pure.lisp
index c3ce69e..4b3d1de 100644 (file)
                                              (simple-vector s))
                                     (copy-seq s)))
                     (vector 1 2 3 4)))))
+
+;;; bug in adding DATA-VECTOR-REF-WITH-OFFSET to x86-64
+(assert (not (mismatch #(1.0f0 2.0f0) (make-array 2 :element-type 'single-float :initial-contents (list 1.0f0 2.0f0)))))