Changeset 14078
- Timestamp:
- Jul 29, 2010, 3:51:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/ARM/arm-arch.lisp
r14032 r14078 1409 1409 xp) 1410 1410 1411 1411 (defconstant real-tags-mask (logior (ash 1 tag-fixnum) 1412 (ash 1 subtag-bignum) 1413 (ash 1 subtag-single-float) 1414 (ash 1 subtag-double-float) 1415 (ash 1 subtag-ratio))) 1416 (defconstant numeric-tags-mask (logior real-tags-mask (ash 1 subtag-complex))) 1417 1418 1412 1419 1413 1420 (provide "ARM-ARCH")
Note: See TracChangeset
for help on using the changeset viewer.