aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/simd_32/simd_32.h
Commit message (Expand)AuthorAgeFilesLines
* Split the SIMD implementations into their own modules and choose onelloyd2011-05-241-31/+0
* Fix location of online docs in readmelloyd2011-04-151-18/+0
* Use size_t for shift and rotate values. Also define rotate_left andlloyd2010-12-281-6/+9
* If the user defines BOTAN_NO_SSE_INTRINSICS, avoid includinglloyd2010-12-221-1/+1
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Fix stupid typolloyd2010-03-031-1/+1
* Pass the args to SIMD_32 variant of rotate_left/rotate_right as constlloyd2010-03-031-6/+6
* Add operator& and non-mutating rotates to SIMD_32lloyd2010-01-121-0/+16
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-3/+3
* Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxeslloyd2009-11-041-2/+0
* Add copyright + license on the new SIMD fileslloyd2009-10-281-0/+3
* Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32lloyd2009-10-261-0/+29