Raymond Toy pushed to branch issue-431-fix-set-floating-point-modes at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • tests/float-x86.lisp
    ... ... @@ -56,6 +56,4 @@
    56 56
           ;; Verify precision for x87
    
    57 57
           (assert-eql :64-bits
    
    58 58
     		  (car (rassoc (ldb x86::x87-float-precision-control-byte x87-modes)
    
    59
    -			       x86::x87-float-precision-control-alist))))
    
    60
    -    )
    
    61
    -    )
    59
    +			       x86::x87-float-precision-control-alist))))))