Forked from
cmucl / cmucl
Source project has a limited visibility.
-
dtc authored
o Enable the v9 version of emit-multiply. This is slightly slower than the v8 version, but doesn't use the deprecated instructions and registers. This approximately doubles the speed of bignum multiplies. o Add a v9 version of bignum::%floor. This approximately doubles the speed of bignum floors. No v8 version because the divide instruction might overflow.
dtc authoredo Enable the v9 version of emit-multiply. This is slightly slower than the v8 version, but doesn't use the deprecated instructions and registers. This approximately doubles the speed of bignum multiplies. o Add a v9 version of bignum::%floor. This approximately doubles the speed of bignum floors. No v8 version because the divide instruction might overflow.