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

Commits:

1 changed file:

Changes:

  • src/code/float-trap.lisp
    ... ... @@ -109,7 +109,6 @@
    109 109
     			       (ash x87-enables 7))))
    
    110 110
     
    
    111 111
           final-mode))
    
    112
    -
    
    113 112
       (defun (setf floating-point-modes) (new-mode)
    
    114 113
         (declare (type (unsigned-byte 32) new-mode))
    
    115 114
         ;; Set the floating point modes for both X87 and SSE2.  This