summaryrefslogtreecommitdiff
path: root/lea-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Whitespace check-inJeffrey Walton2018-08-131-30/+6
* Refactor lea-simd.cppJeffrey Walton2018-08-131-304/+335
* Fix header includeJeffrey Walton2018-07-131-1/+1
* Squash MS LNK4221 and libtool warningsJeffrey Walton2018-07-061-0/+3
* Clear unused variable warningsJeffrey Walton2018-07-011-2/+17
* Remove GCC_NO_UBSAN attributeJeffrey Walton2018-07-011-4/+4
* Remove CRYPTOPP_LEA_ARM_SPLAT_ROUNDKEYSJeffrey Walton2018-06-231-28/+2
* Add CRYPTOPP_LEA_ARM_SPLAT_ROUNDKEYS for LEAJeffrey Walton2018-06-231-1/+7
* Use pre-splatted key table for LEA NEON and Aarch64Jeffrey Walton2018-06-231-1/+11
* Use inline for LEA_Encryption and LEA_DecryptionJeffrey Walton2018-06-231-2/+2
* Update commentsJeffrey Walton2018-06-231-4/+24
* Add LEA-128 NEON and ARMv8 implementation (GH #669)Jeffrey Walton2018-06-231-0/+505
* Add AVX512 rotates to RotateLeft and RotateRight templatesJeffrey Walton2018-06-221-0/+12
* Add LEA-128 SSSE3 implementation (GH #669)Jeffrey Walton2018-06-221-0/+495