- Mar 19, 1990
-
-
wlott authored
-
wlott authored
-
wlott authored
small, (e.g. (integer 0 15)) it will shift the range of the shiftee to obtain the domain. Changed the %ldb transform to map to (logand (ash num (- pos)) (mask size)) if the result is going to be a fixnum. Added transforms for floor, mod, truncate, and rem that check to see if the argument is a constant power of 2, and if so, change the divide into a shift.
-
- Mar 10, 1990
-
-
ram authored
INTEGER (REAL) arguments.
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 08, 1990
-
-
ram authored
call the appropriate subprimitive only if the number is a COMPLEX/RATIO. This simplifies the primitives and allows the type check to be squeezed out in cases where we know the type at compile time.
-
- Feb 06, 1990
-
-
wlott authored
-