
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 Address review comments - - - - - 1 changed file: - src/code/float-trap.lisp Changes: ===================================== src/code/float-trap.lisp ===================================== @@ -109,7 +109,6 @@ (ash x87-enables 7)))) final-mode)) - (defun (setf floating-point-modes) (new-mode) (declare (type (unsigned-byte 32) new-mode)) ;; Set the floating point modes for both X87 and SSE2. This View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/12cae745fdb002782b06b400... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/12cae745fdb002782b06b400... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)