0.8.13.40:
authorNathan Froyd <froydnj@cs.rice.edu>
Sun, 8 Aug 2004 03:13:53 +0000 (03:13 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Sun, 8 Aug 2004 03:13:53 +0000 (03:13 +0000)
commit0223ed57f7b8967c40960ce637ee7c28dfecc371
tree02cf54699a1bc459c29bed6b8a9a7463c2587451
parent5aebec6d3ae6ad58f1ead9571389cda18629c346
0.8.13.40:
Un-32-bit-ify bignum.lisp in various ways, even trying to
  do a quick fixup on the comments to remove 32-bit
  assumptions.  Hasn't been tested with a real 64-bit
  implementation, mind you.

There's a *lot* of code for doing bignum digit divides
  (anything prefixed with #!+32x16-divide);  no platform
  currently uses it, but it might be worth twiddling with
  the code to see if it's an improvement over the
  VOP currently implementing %FLOOR.  Certainly it'd be
  nice to move more code into Lisp-land.
src/code/bignum.lisp
version.lisp-expr