summaryrefslogtreecommitdiff
path: root/crc_simd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clear truncation warning on MSVC (GH #1202)Jeffrey Walton2023-04-141-0/+4
|
* Clear truncation warning on MSVC (GH #1202)Jeffrey Walton2023-04-141-1/+1
|
* Use _mm_crc32_u64 in CRC32 when available (GH #1202)Jeffrey Walton2023-04-141-6/+27
| | | | Thanks to Paweł Sikora for suggesting the changes to CRC32 on x86_64
* Avoid intermediate stores when using _mm_crc32_u32Jeffrey Walton2021-05-261-4/+3
|
* Add CONST_WORD32_CAST macro to CRC source filesJeffrey Walton2021-05-251-9/+11
|
* Add CRC32Wx4 and CRC32CWx4 for 4 blocks at a timeJeffrey Walton2021-05-251-12/+2
|
* Use inline ASM for CRC on Apple ARMv8Jeffrey Walton2021-05-251-24/+48
|
* Update source files for Android.mk (GH #1015)Jeffrey Walton2021-03-091-4/+0
|
* Restore SIGILL handler if sigprocmask failsJeffrey Walton2020-02-171-0/+3
| | | | We've never encountered this case, but better safe then sorry.
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-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
* Fix <arm_neon.h> include for ARM64 with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-1/+2
|
* Update comments in config.hJeffrey Walton2018-12-091-1/+1
| | | | | Some comments in config.h were old. Time for a refresh. Switch from CRYPTOPP_BOOL_ARM64 to CRYPTOPP_BOOL_ARMV8. Aarch32 is ARMv8, and that's the important part.
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+158
Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list