Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use register writes in the Altivec code for stores because Altivec's handling | lloyd | 2009-10-29 | 1 | -7/+16 |
* | Kill realnames on new modules not in mailine | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Add copyright + license on the new SIMD files | lloyd | 2009-10-28 | 4 | -2/+14 |
* | Add an AltiVec SIMD_32 implementation. Tested and works for Serpent and XTEA | lloyd | 2009-10-28 | 1 | -0/+178 |
* | Define SSE rotate_right in terms of rotate left, and load_be in terms | lloyd | 2009-10-28 | 1 | -3/+2 |
* | Add subtraction operators to SIMD_32 classes, needed for XTEA decrypt | lloyd | 2009-10-26 | 2 | -0/+26 |
* | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32 | lloyd | 2009-10-26 | 4 | -0/+360 |