summaryrefslogtreecommitdiff
path: root/speck64_simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix missing _mm_roti_epi32 and _mm_roti_epi64 under GCC (GH #859)Jeffrey Walton2019-07-021-0/+3
* Cleanup SIMON64 and SPECK64 flags in Makefile (GH #834)Jeffrey Walton2019-05-161-9/+1
* Remove unneeded permutesJeffrey Walton2019-04-271-10/+0
* Use PowerPC unaligned loads and stores with Power8 (GH #825, PR #826)Jeffrey Walton2019-04-271-4/+4
* Cleanup headers after Microsoft ARM64 portJeffrey Walton2019-01-041-2/+0
* Fix <arm_neon.h> include for ARM64 with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-1/+4
* Fix SPECK build when SSSE3 not availableJeffrey Walton2018-12-291-2/+4
* Fix "explicit template specialization cannot have a storage class" on Aarch64...Jeffrey Walton2018-12-261-8/+0
* Fix "explicit template specialization cannot have a storage class" on Aarch64...Jeffrey Walton2018-12-261-21/+21
* Rename PPC vector functions from VectorFunc to VecFuncJeffrey Walton2018-11-151-68/+69
* Add CRYPTOPP_INLINE to SIMON and SPECk for debuggingJeffrey Walton2018-11-131-2/+2
* Switch to VectorLoad overload with one argJeffrey Walton2018-11-121-4/+4
* Port SPECK64 to AltivecJeffrey Walton2018-11-121-30/+67
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+764