summaryrefslogtreecommitdiff
path: root/neon-simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Android Aarch32/Aarch64 code paths in neon-simd.cppJeffrey Walton2018-08-261-2/+0
* Fix Android Aarch32/Aarch64 code paths in neon-simd.cppJeffrey Walton2018-08-261-2/+11
* Add ARMv8.4 cpu feature detection support (GH #685) (#687)Jeffrey Walton2018-07-151-1/+1
* Fix ARMv7 detection after c6c44aa5d104Jeffrey Walton2018-07-101-6/+5
* Add PtrAdd and PtrSub helper functionsJeffrey Walton2018-07-101-5/+6
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-091-2/+1
* Add ARMv7 cpu detectionJeffrey Walton2018-07-081-0/+52
* Squash MS LNK4221 and libtool warningsJeffrey Walton2018-07-061-0/+3
* Remove extra ; from neon-simd.cpp (PR #619)Ilja2018-03-311-1/+1
* Improve logic for <arm_acle.h> include (GH #568)Jeffrey Walton2018-01-201-4/+3
* Add CRYPTOPP_NO_CPU_FEATURE_PROBES (GH #511)Jeffrey Walton2017-09-191-1/+3
* Fix armeabi and armv7-a for Android (GH #509)Jeffrey Walton2017-09-171-0/+4
* Add Aarch64 specific defines to Android cross-compileJeffrey Walton2017-09-131-0/+4
* Guard <arm_acle.h> include for GCC 4.8Jeffrey Walton2017-09-121-1/+1
* Remove -march=native as default in Makefile and CMake (PR #465)Jeffrey Walton2017-08-231-0/+109