aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/simd_32/simd_scalar.h
Commit message (Expand)AuthorAgeFilesLines
* Split the SIMD implementations into their own modules and choose onelloyd2011-05-241-223/+0
* Use size_t for shift and rotate values. Also define rotate_left andlloyd2010-12-281-4/+4
* More Doxygen updates/fixeslloyd2010-06-151-0/+4
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Add operator& and non-mutating rotates to SIMD_32lloyd2010-01-121-0/+8
* Fix simd_32 loadstor includeslloyd2009-12-221-2/+2
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Make sure the SIMD_32 implementation we're using actually works on thelloyd2009-11-241-1/+1
* Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxeslloyd2009-11-041-0/+9
* Give each version of SIMD_32 a public bswap()lloyd2009-10-291-0/+9
* Add new function enabled() to each of the SIMD_32 instantiations which lloyd2009-10-291-0/+2
* Add copyright + license on the new SIMD fileslloyd2009-10-281-1/+4
* Add subtraction operators to SIMD_32 classes, needed for XTEA decryptlloyd2009-10-261-0/+16
* Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32lloyd2009-10-261-0/+172