aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_ssse3/info.txt
Commit message (Expand)AuthorAgeFilesLines
* The SSSE3 intrinsics apparently work under Sun Studio as welllloyd2010-09-071-0/+1
* Use _mm_set_epi32 instead of _mm_set_epi64x - VC++ obnoxiously onlylloyd2010-08-111-1/+1
* Only enable aes_ssse3 when compiling with GCC or Clang. For some dumbasslloyd2010-08-091-0/+7
* Add an implementation of AES-128 using SSSE3 instructions. It runs inlloyd2010-08-091-0/+9