Raymond Toy pushed to branch issue-298-with-float-rounding-mode at cmucl / cmucl
Commits: 659c41bc by Raymond Toy at 2024-04-08T05:58:05-07:00 Remove extra trailing space after period.
- - - - -
1 changed file:
- src/code/float-trap.lisp
Changes:
===================================== src/code/float-trap.lisp ===================================== @@ -514,7 +514,7 @@ SET-FLOATING-POINT-MODES.
Only the rounding mode is restored on exit; other floating-point - modes are not modified. " + modes are not modified." (let ((old-mode (gensym "OLD-MODE-")) (new-mode (gensym "NEW-MODE-"))) `(let ((,old-mode (ldb float-rounding-mode (floating-point-modes)))
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/659c41bc23701d1127d66cec...