Changeset 356
- Timestamp:
- Jan 20, 2004, 11:30:16 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/nx1.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/nx1.lisp
r347 r356 1935 1935 (nx1-form amt))) 1936 1936 ((and (fixnump amt) 1937 (<= 0 amt 27)1938 (or (nx-form-typep num `(signed-byte ,(- 28amt)) env)1937 (<= 0 amt (integer-length most-positive-fixnum)) 1938 (or (nx-form-typep num `(signed-byte ,(- (1+ (integer-length most-positive-fixnum)) amt)) env) 1939 1939 (and (nx-form-typep num 'fixnum env) 1940 1940 (nx-trust-declarations env)
Note:
See TracChangeset
for help on using the changeset viewer.
