Add new primitive INTEGER-SHIFT-LEFT. This is a very fast way to
authorChris Hanson <org/chris-hanson/cph>
Wed, 23 Apr 1997 05:41:03 +0000 (05:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 23 Apr 1997 05:41:03 +0000 (05:41 +0000)
commit853afafe8be6613be426667ad037ab5b0437c638
tree1045cb5ce99b856017e500f2240cfb035593ca69
parent5fd3b6a3aadeb1e715731a412c867b898047adb3
Add new primitive INTEGER-SHIFT-LEFT.  This is a very fast way to
multiply an integer by a power of two.
v7/src/microcode/artutl.c
v7/src/microcode/bignum.c
v7/src/microcode/bignum.h
v7/src/microcode/extern.h
v7/src/microcode/intprm.c