Raymond Toy pushed to branch issue-431-fix-set-floating-point-modes at cmucl / cmucl
Commits:
-
70e174a5
by Raymond Toy at 2025-09-05T06:48:57-07:00
1 changed file:
Changes:
... | ... | @@ -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)))))) |