aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/simd_32/simd_scalar.h
Commit message (Expand)AuthorAgeFilesLines
* 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