summaryrefslogtreecommitdiff
path: root/crc_simd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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