Changeset 5156


Ignore:
Timestamp:
Sep 6, 2006, 8:18:29 PM (18 years ago)
Author:
Gary Byers
Message:

Need MIN/MAX-8-BIT-IVECTOR-SUBTAG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/X8664/x8664-arch.lisp

    r5149 r5156  
    365365(define-subtag s8-vector ivector-class-other-bit 13)
    366366(define-subtag u8-vector ivector-class-other-bit 14)
     367(defconstant min-8-bit-ivector-subtag subtag-s8-vector)
     368(defconstant max-8-bit-ivector-subtag subtag-u8-vector)
    367369(define-subtag bit-vector ivector-class-other-bit 15)
    368370
Note: See TracChangeset for help on using the changeset viewer.