summaryrefslogtreecommitdiff
path: root/crc-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-4/+1
* Squash MS LNK4221 and libtool warningsJeffrey Walton2018-07-061-0/+3
* Remove extra ; from crc-simd.cpp (PR #615)Ilja2018-03-311-1/+1
* Improve logic for <arm_acle.h> include (GH #568)Jeffrey Walton2018-01-201-0/+3
* Cleanup includes for CRC32 and CRC32CJeffrey Walton2017-12-091-11/+5
* Clear missing newline warningJeffrey Walton2017-10-121-1/+1
* Add CRYPTOPP_NO_CPU_FEATURE_PROBES (GH #511)Jeffrey Walton2017-09-191-6/+3
* Fix armeabi and armv7-a for Android (GH #509)Jeffrey Walton2017-09-171-7/+8
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-131-5/+1
* Update header guards for x86Jeffrey Walton2017-09-121-1/+1
* Guard <arm_acle.h> include for GCC 4.8Jeffrey Walton2017-09-121-6/+12
* Guard use of SIGILL probes on Apple platformsJeffrey Walton2017-08-171-0/+5
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-0/+156