Changeset 6333
- Timestamp:
- Apr 22, 2007, 3:52:15 AM (18 years ago)
- File:
-
- 1 edited
-
branches/x8664-call/ccl/compiler/X86/x862.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/x8664-call/ccl/compiler/X86/x862.lisp
r6323 r6333 6774 6774 (keyword (if (and atype 6775 6775 (let* ((dims (array-ctype-dimensions atype))) 6776 ( or (atom dims)6777 (= (length dims) 1)))6776 (and (not (atom dims)) 6777 (= (length dims) 1))) 6778 6778 (not (array-ctype-complexp atype))) 6779 6779 (funcall … … 6791 6791 (keyword (if (and atype 6792 6792 (let* ((dims (array-ctype-dimensions atype))) 6793 ( or (atom dims)6793 (and (not (atom dims)) 6794 6794 (= (length dims) 1))) 6795 6795 (not (array-ctype-complexp atype))) … … 7778 7778 (let* ((dims (array-ctype-dimensions atype))) 7779 7779 (and (typep dims 'list) 7780 7781 7780 (= 2 (length dims)))) 7782 7781 (not (array-ctype-complexp atype))
Note:
See TracChangeset
for help on using the changeset viewer.
