Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a static_cast<byte>() around get_byte just to keep VC++ quiet. | lloyd | 2009-12-23 | 1 | -1/+3 |
* | Deal with unknown or mixed endian architectures properly. If known little | lloyd | 2009-12-23 | 1 | -22/+18 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -3/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -3/+3 |
* | Use memcpy for bulk loads if algorithm endianness matches CPU endianess. | lloyd | 2009-11-10 | 1 | -0/+9 |
* | Tick to 1.9.3-dev | lloyd | 2009-11-06 | 1 | -13/+13 |
* | Add a new looping load_be / load_le for loading large arrays at once, and | lloyd | 2009-10-29 | 1 | -0/+46 |
* | Add new store_[l|b]e variants taking 8 values. | lloyd | 2009-10-23 | 1 | -16/+108 |
* | Add some basic prefetching support (only supported with GNU C++ or things | lloyd | 2009-09-29 | 1 | -0/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -17/+19 |
* | More headers (loadstore, mem_ops, rotate, types) for util module | lloyd | 2008-09-28 | 1 | -0/+279 |