Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of <x86intrin.h> for MSVC (GH #1198) | Jeffrey Walton | 2023-04-15 | 1 | -3/+3 |
| | | | | It seems Microsoft now defines GCC defines, like __BMI__ | ||||
* | Fix ppc64le build with Clang | Jeffrey Walton | 2020-07-02 | 1 | -6/+6 |
| | |||||
* | Silence GCC warnings in BLAKE2 | Jeffrey Walton | 2020-06-29 | 1 | -0/+5 |
| | |||||
* | Update comments | Jeffrey Walton | 2020-06-29 | 1 | -9/+9 |
| | |||||
* | Speedup BLAKE2s message loading on PowerPC | Jeffrey Walton | 2020-06-29 | 1 | -1/+2 |
| | |||||
* | Update comments | Jeffrey Walton | 2020-06-29 | 1 | -1/+1 |
| | |||||
* | Speedup BLAKE2 message loading on PowerPC | Jeffrey Walton | 2020-06-29 | 1 | -12/+32 |
| | |||||
* | Speedup BLAKE2 message loading on PowerPC | Jeffrey Walton | 2020-06-29 | 1 | -14/+62 |
| | |||||
* | Use little-endian mask during BLAKE2 loads | Jeffrey Walton | 2020-06-28 | 1 | -22/+24 |
| | |||||
* | Cleanup BLAKE2 POWER8 code | Jeffrey Walton | 2020-06-27 | 1 | -33/+26 |
| | |||||
* | Avoid BLAKE2b permute and mask on POWER8 | Jeffrey Walton | 2020-06-26 | 1 | -41/+20 |
| | |||||
* | Update comments | Jeffrey Walton | 2020-04-11 | 1 | -1/+1 |
| | |||||
* | Update file header comments | Jeffrey Walton | 2020-04-11 | 1 | -1/+1 |
| | |||||
* | Try to replace vec_rl for Clang 3.8 | Jeffrey Walton | 2019-10-23 | 1 | -1/+1 |
| | | | | The PowerPC builds are failing at Travis. Travis provides a Power7 machine with Clang 3.8. | ||||
* | Fix AIX and Linux compiles for PowerPC (PR #902) | Jeffrey Walton | 2019-10-23 | 1 | -2/+3 |
| | |||||
* | More Clang workarounds on PowerPC (PR #901) | Jeffrey Walton | 2019-10-23 | 1 | -16/+7 |
| | |||||
* | Fix ARM headers and Android compile (PR #896) | Jeffrey Walton | 2019-10-16 | 1 | -3/+2 |
| | | | | | | | | | | | * Test fix ARM headers This problem has been festering for some time. The header file includes are slightly different than the ISA options. Some platforms need an include, others don't. * Fix cryptest-android.sh and cryptest-ios.sh * Fix MSVC ARM32 and ARM64 compile * Split ARM32 and ARM64 recipes in GNUmakefile | ||||
* | Clear unused varaible warning on PowerPC | Jeffrey Walton | 2019-10-14 | 1 | -1/+1 |
| | |||||
* | Fix missing _mm_roti_epi32 and _mm_roti_epi64 under GCC (GH #859) | Jeffrey Walton | 2019-07-02 | 1 | -1/+3 |
| | |||||
* | Add missing XOP header for blake2b_simd.cpp (GH #859) | Jeffrey Walton | 2019-07-02 | 1 | -0/+5 |
| | | | | | | The Gentoo folks caught a bug at https://bugs.gentoo.org/689162. The 689162 bug uses -march=bdver1 -msse4.1 on a AMD Bulldozer machine. Investigating the issue we are missing the XOP header blake2b_simd.cpp. However, adding the XOP header is not enough for this particular config. Four source files fail to compile with the expected headers. We are waiting on the GCC folks to get back to us with a fix. | ||||
* | Update comments | Jeffrey Walton | 2019-05-28 | 1 | -1/+0 |
| | |||||
* | Use PowerPC unaligned loads and stores with Power8 (GH #825, PR #826) | Jeffrey Walton | 2019-04-27 | 1 | -0/+1 |
| | | | Use PowerPC unaligned loads and stores with Power8. Formerly we were using Power7 as the floor because the IBM POWER Architecture manuals said unaligned loads and stores were available. However, some compilers generate bad code for unaligned loads and stores using `-march=power7`, so bump to a known good. | ||||
* | Cleanup headers after Microsoft ARM64 port | Jeffrey Walton | 2019-01-04 | 1 | -2/+0 |
| | |||||
* | Fix <arm_neon.h> include for ARM64 with MSVC compiler (GH #776) | Jeffrey Walton | 2019-01-04 | 1 | -1/+2 |
| | |||||
* | Disable Altivec for BLAKE2s on AIX 7.1 and XLC 12.01 (GH #743) | Jeffrey Walton | 2018-11-21 | 1 | -0/+8 |
| | |||||
* | Rewrite BLAKE2 classes | Jeffrey Walton | 2018-11-20 | 1 | -36/+39 |
| | | | | | | The ParameterBlocks for BLAKE2 had undefined behavior. We relied on the compiler packing the bytes in the structure, then we used the first byte as the start of an array. This rewrite does things correctly. We don't memset the structure, and we don't treat the structure as a contiguous array. | ||||
* | Rename PPC vector functions from VectorFunc to VecFunc | Jeffrey Walton | 2018-11-15 | 1 | -62/+62 |
| | |||||
* | Rename files with dashes to underscores (GH #736) | Jeffrey Walton | 2018-11-10 | 1 | -0/+1220 |
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list |