Joe Groff
|
943596575a
|
use radix literals
|
2011-11-23 19:03:40 -08:00 |
Doug Coleman
|
5a2243d481
|
alien.endian: read 64bit numbers of the opposite endian as two 32bit numbers, then bitor them together
|
2011-11-15 13:22:49 -08:00 |
John Benediktsson
|
9f4eeb55f9
|
Revert "Optimize byte-reverse macro in alien.endian -- it was shifting each byte to the 0th bit place, bitand-ing it with HEX: ff, then shifting it to its final destination -- now we immediately shift to the proper location and bitand with the proper bitmask."
This reverts commit c701a39e89 .
|
2011-10-17 21:39:57 -07:00 |
Doug Coleman
|
757889167a
|
Optimize byte-reverse macro in alien.endian -- it was shifting each byte to the 0th bit place, bitand-ing it with HEX: ff, then shifting it to its final destination -- now we immediately shift to the proper location and bitand with the proper bitmask.
|
2011-10-11 19:36:22 -07:00 |
Doug Coleman
|
fa52349f9c
|
Add STRUCT: syntax to alien.endian. Test and document the changes.
|
2011-09-22 11:27:53 -05:00 |
Doug Coleman
|
4220f9dc0c
|
Add c-types in alien.endian for making endian-aware STRUCTs.
|
2011-09-21 16:04:17 -05:00 |