1.0.10.43: Fix NaN comparison on x86-64
[sbcl.git] / tests / float.pure.lisp
index e9fbd86..724d208 100644 (file)
 
 
 (with-test (:name :nan-comparisons
-            :fails-on '(or :x86-64 :sparc :mips))
+            :fails-on '(or :sparc :mips))
   (sb-int:with-float-traps-masked (:invalid)
     (macrolet ((test (form)
                  (let ((nform (subst '(/ 0.0 0.0) 'nan form)))