"src/code/float-trap.lisp" did not exist on "d22e97ab7fa98fdd6c73fbe3538c0f65cf880971"
Forked from
cmucl / cmucl
3305 commits behind the upstream repository.
instead of 53 bits. This causes the incorrect result (found by Paul): (ffloor 1.1605184953130993d26 12622780800d0) -> 9.193841782573768d15 -8.05306368d8 The correct result should have a remainder of zero. Force the precision to be 53 bits (double-float).