- Jul 13, 1990
- Jul 10, 1990
- Jul 09, 1990
-
-
ram authored
-
- Jul 08, 1990
-
-
wlott authored
supposed to have compile-time parameters in it.
-
- Jul 07, 1990
-
-
ram authored
bignum and then divide 0 by it.
-
ram authored
FLOAT-DIGITS to use new constants. Macroized zerop, plusp, etc.
-
ram authored
-
ram authored
-
ram authored
FLOAT-BIGNUM-RATIO. Now floating is done by grabbing high bits out of the bignum, rounding, and making them into a float with the correct exponent. This guarantees a correct result, and is also more efficient for large bignums.
-
wlott authored
-
wlott authored
alien-access stuff for single-floats and double-floats.
-
wlott authored
-
- Jul 06, 1990
-
-
wlott authored
-
- Jul 05, 1990
-
-
wlott authored
multiply-fixnums so that it will not negate 0.
-
ram authored
Installed new interface to bignum floating, including use of FLOAT-BIGNUM-RATIO which ensures we don't cause spurious FP overflows.
-
ram authored
making a two-word bignum. Also, fixed the Lisp code for digit-0-or-plusp, which had negated sense.
-
ram authored
MULTIPLY-BIGNUMS/MAKE-SMALL-BIGNUM. Fixed fixnum GCD.
-
- Jul 04, 1990
- Jul 03, 1990
- Jul 02, 1990
- Jun 29, 1990
- Jun 27, 1990
-
-
ram authored
pointers.
-
- Jun 25, 1990
- Jun 24, 1990
- Jun 23, 1990
-
-
wlott authored
-
- Jun 22, 1990
-
-
wlott authored
Added vector-sap to system exports.
-
- Jun 20, 1990
-
-
ram authored
internal error return PCs on the RT (which point after the last instruction in the error code, which may be in the next block's elsewhere code.) This situation is truly ambiguous, but by resolving in favor of the previous block we do much better.
-