X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ffloat.pure.lisp;h=7e6d5fd61b4a80a7ae4eac52de2a53bdf777b795;hb=e829d0de78c10d779de6bc5ace2ab3354e6236ec;hp=136774700441178b0cb3441eb09e7b9234269192;hpb=23fe13b4d58313c1b988a948a219661486545d54;p=sbcl.git diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index 1367747..7e6d5fd 100644 --- a/tests/float.pure.lisp +++ b/tests/float.pure.lisp @@ -157,6 +157,8 @@ (+ x0 x3 x4 x7) (+ x1 x2 x5 x6) (+ x0 x1 x6 x7) (+ x2 x3 x4 x5))))))) + +#-x86-64 (with-test (:name :nan-comparisons) (sb-int:with-float-traps-masked (:invalid) (macrolet ((test (form)