Changeset 12077 for branches/working-0711/ccl/compiler/arch.lisp
- Timestamp:
- May 16, 2009, 6:46:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/arch.lisp
r11164 r12077 69 69 (defconstant error-type-error 128) 70 70 ) 71 71 72 72 73 (defconstant error-fpu-exception-double 1024) ; FPU exception, binary double-float op … … 190 191 simple-array-char-3d 191 192 193 ;; 194 vector-t 195 bit-vector 196 vector-s8 197 vector-u8 198 vector-s16 199 vector-u16 200 vector-s32 201 vector-u32 202 vector-s64 203 vector-u64 204 vector-fixnum 205 vector-single-float 206 vector-double-float 207 192 208 ;; Sentinel 193 209 unused-max-type-error
Note: See TracChangeset
for help on using the changeset viewer.