summaryrefslogtreecommitdiff
path: root/cham-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GCC_NO_UBSAN attributeJeffrey Walton2018-07-011-8/+8
* Clear warnings at -Wall -WextraJeffrey Walton2018-06-301-4/+11
* Avoid casting among datatypes in CHAMJeffrey Walton2018-06-301-16/+68
* Update documentationJeffrey Walton2018-06-231-8/+8
* Add AVX512 rotates to RotateLeft and RotateRight templatesJeffrey Walton2018-06-221-0/+13
* Fix C2719 on MSVCJeffrey Walton2018-06-211-44/+44
* Whitespace check-inJeffrey Walton2018-06-211-2/+2
* Add CHAM64 SSSE3 implementation (PR #670)Jeffrey Walton2018-06-211-3/+765
* Switch to _mm_loadu_pd to load round keysJeffrey Walton2018-06-201-44/+52
* Specialize single word UnpackXMMJeffrey Walton2018-06-191-2/+28
* Fix SSSE3 include guardJeffrey Walton2018-06-191-41/+38
* Add CHAM128 SSSE3 implementation (PR #670)Jeffrey Walton2018-06-191-0/+402