summaryrefslogtreecommitdiff
path: root/blake2b_simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix use of <x86intrin.h> for MSVC (GH #1198)Jeffrey Walton2023-04-151-3/+3
* Fix ppc64le build with ClangJeffrey Walton2020-07-021-6/+6
* Silence GCC warnings in BLAKE2Jeffrey Walton2020-06-291-0/+5
* Update commentsJeffrey Walton2020-06-291-9/+9
* Speedup BLAKE2s message loading on PowerPCJeffrey Walton2020-06-291-1/+2
* Update commentsJeffrey Walton2020-06-291-1/+1
* Speedup BLAKE2 message loading on PowerPCJeffrey Walton2020-06-291-12/+32
* Speedup BLAKE2 message loading on PowerPCJeffrey Walton2020-06-291-14/+62
* Use little-endian mask during BLAKE2 loadsJeffrey Walton2020-06-281-22/+24
* Cleanup BLAKE2 POWER8 codeJeffrey Walton2020-06-271-33/+26
* Avoid BLAKE2b permute and mask on POWER8Jeffrey Walton2020-06-261-41/+20
* Update commentsJeffrey Walton2020-04-111-1/+1
* Update file header commentsJeffrey Walton2020-04-111-1/+1
* Try to replace vec_rl for Clang 3.8Jeffrey Walton2019-10-231-1/+1
* Fix AIX and Linux compiles for PowerPC (PR #902)Jeffrey Walton2019-10-231-2/+3
* More Clang workarounds on PowerPC (PR #901)Jeffrey Walton2019-10-231-16/+7
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-3/+2
* Clear unused varaible warning on PowerPCJeffrey Walton2019-10-141-1/+1
* Fix missing _mm_roti_epi32 and _mm_roti_epi64 under GCC (GH #859)Jeffrey Walton2019-07-021-1/+3
* Add missing XOP header for blake2b_simd.cpp (GH #859)Jeffrey Walton2019-07-021-0/+5
* Update commentsJeffrey Walton2019-05-281-1/+0
* Use PowerPC unaligned loads and stores with Power8 (GH #825, PR #826)Jeffrey Walton2019-04-271-0/+1
* 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/+2
* Disable Altivec for BLAKE2s on AIX 7.1 and XLC 12.01 (GH #743)Jeffrey Walton2018-11-211-0/+8
* Rewrite BLAKE2 classesJeffrey Walton2018-11-201-36/+39
* Rename PPC vector functions from VectorFunc to VecFuncJeffrey Walton2018-11-151-62/+62
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+1220