summaryrefslogtreecommitdiff
path: root/keccak_simd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of <x86intrin.h> for MSVC (GH #1198)Jeffrey Walton2023-04-151-3/+3
| | | | It seems Microsoft now defines GCC defines, like __BMI__
* Move M128_CAST and CONST_M128_CAST to config_asm.hJeffrey Walton2021-04-201-4/+0
|
* Update commentsJeffrey Walton2019-07-211-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
| | | | | | 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.
* Make config.h more Autoconf friendly (GH #835, PR #836)Jeffrey Walton2019-05-171-79/+79
|
* Prepare for Crypto++ 8.2 releaseJeffrey Walton2019-04-281-2/+2
| | | | Fix Fedora 7 compile
* Prepare for Crypto++ 8.2 releaseJeffrey Walton2019-04-281-1/+1
|
* Clear GCC multiline comment warningJeffrey Walton2019-04-271-2/+2
|
* Add SHAKE-128 and SHAKE-256 (GH #805, PR #806)Jeffrey Walton2019-02-121-0/+2678
This should have been added during the original commit