Changeset 11869 for trunk/source/compiler/arch.lisp
- Timestamp:
- Mar 31, 2009, 10:53:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/arch.lisp
r11522 r11869 71 71 (defconstant error-type-error 128) 72 72 ) 73 73 74 74 75 (defconstant error-fpu-exception-double 1024) ; FPU exception, binary double-float op … … 192 193 simple-array-char-3d 193 194 195 ;; 196 vector-t 197 bit-vector 198 vector-s8 199 vector-u8 200 vector-s16 201 vector-u16 202 vector-s32 203 vector-u32 204 vector-s64 205 vector-u64 206 vector-fixnum 207 vector-single-float 208 vector-double-float 209 194 210 ;; Sentinel 195 211 unused-max-type-error
Note: See TracChangeset
for help on using the changeset viewer.