aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/loadstor.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-627/+0
* Prefix vs postfixlloyd2010-10-151-2/+2
* More size_tlloyd2010-10-151-24/+24
* Doxygenlloyd2010-06-211-6/+217
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-10/+1
* Add a static_cast<byte>() around get_byte just to keep VC++ quiet.lloyd2009-12-231-1/+3
* Deal with unknown or mixed endian architectures properly. If known littlelloyd2009-12-231-22/+18
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-3/+1
* Make many more headers internal-only.lloyd2009-12-161-3/+3
* Use memcpy for bulk loads if algorithm endianness matches CPU endianess.lloyd2009-11-101-0/+9
* Tick to 1.9.3-devlloyd2009-11-061-13/+13
* Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-291-0/+46
* Add new store_[l|b]e variants taking 8 values.lloyd2009-10-231-16/+108
* Add some basic prefetching support (only supported with GNU C++ or thingslloyd2009-09-291-0/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-17/+19
* More headers (loadstore, mem_ops, rotate, types) for util modulelloyd2008-09-281-0/+279