summaryrefslogtreecommitdiff
path: root/crc_simd.cpp
Commit message (Expand)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
* 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
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-3/+2
* 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
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-0/+158