- Timestamp:
- Jun 9, 2008, 10:15:35 AM (16 years ago)
- File:
-
- 1 edited
-
branches/ia32/level-1/l1-sockets.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/level-1/l1-sockets.lisp
r7666 r9717 817 817 #+ppc64-target (= (the fixnum (logand subtype ppc64::fulltagmask)) 818 818 ppc64::ivector-class-8-bit) 819 #+x8632-target (and (<= x8632::min-8-bit-ivector-subtag subtype) 820 (<= subtype x8632::max-8-bit-ivector-subtag)) 819 821 #+x8664-target (and (>= subtype x8664::min-8-bit-ivector-subtag) 820 822 (<= subtype x8664::max-8-bit-ivector-subtag))
Note:
See TracChangeset
for help on using the changeset viewer.
