summaryrefslogtreecommitdiff
path: root/lea_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__
* Fix compile on CentOS 5Jeffrey Walton2021-07-031-1/+0
|
* Remove unneeded include from lea_simd.cppJeffrey Walton2021-05-191-5/+1
|
* Clear elevated warnings on Apple M1Jeffrey Walton2021-03-061-0/+5
|
* Update commentsJeffrey Walton2020-04-111-1/+1
|
* Fix MS ARM64 compileJeffrey Walton2019-10-161-0/+4
|
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-6/+3
| | | | | | | | | | | * 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
* Remove double semicolons after sed'ing definesJeffrey Walton2019-10-031-2/+2
| | | | Also see https://github.com/weidai11/cryptopp/issues/889
* Fix missing _mm_roti_epi32 and _mm_roti_epi64 under GCC (GH #859)Jeffrey Walton2019-07-021-0/+3
|
* Fix <arm_neon.h> include for ARM64 with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-3/+4
|
* Fix LEA NEON compile with MSVC compiler (GH #776)Jeffrey Walton2019-01-031-4/+2
|
* Update commentsJeffrey Walton2019-01-031-8/+8
|
* Fix LEA build when SSSE3 not availableJeffrey Walton2018-12-291-2/+4
|
* Rename PPC vector functions from VectorFunc to VecFuncJeffrey Walton2018-11-151-9/+9
|
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+1067
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list