Raymond Toy pushed to branch issue-431-fix-set-floating-point-modes at cmucl / cmucl
Commits:
-
12cae745
by Raymond Toy at 2025-08-21T07:30:12-07:00
1 changed file:
Changes:
... | ... | @@ -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
|