aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/simd_32
Commit message (Expand)AuthorAgeFilesLines
* Use register writes in the Altivec code for stores because Altivec's handlinglloyd2009-10-291-7/+16
* Kill realnames on new modules not in mailinelloyd2009-10-291-2/+0
* Add copyright + license on the new SIMD fileslloyd2009-10-284-2/+14
* Add an AltiVec SIMD_32 implementation. Tested and works for Serpent and XTEAlloyd2009-10-281-0/+178
* Define SSE rotate_right in terms of rotate left, and load_be in termslloyd2009-10-281-3/+2
* Add subtraction operators to SIMD_32 classes, needed for XTEA decryptlloyd2009-10-262-0/+26
* Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32lloyd2009-10-264-0/+360