summaryrefslogtreecommitdiff
path: root/config_asm.h
Commit message (Expand)AuthorAgeFilesLines
* Fix 32-bit ARM buildJeffrey Walton2022-02-111-6/+8
* Allow Cryptogams AES and SHA unless CRYPTOPP_DISABLE_ASMJeffrey Walton2022-02-101-8/+6
* Couple Cryptogams source files to ARMv7 and NEONJeffrey Walton2022-02-081-6/+8
* Use CPPFLAGS more consistently in MakefilesJeffrey Walton2022-02-071-0/+6
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
* Update commentsJeffrey Walton2021-05-251-5/+1
* Use inline ASM for CRC on Apple ARMv8Jeffrey Walton2021-05-251-2/+2
* Move UINT64_CAST to config_asm.hJeffrey Walton2021-05-231-0/+4
* Update CRYPTOPP_SHANI_AVAILABLE for Intel ICPC version 16.0Jeffrey Walton2021-04-211-1/+3
* Move M128_CAST and CONST_M128_CAST to config_asm.hJeffrey Walton2021-04-201-0/+6
* Fix grep expression in cryptest-ios.shJeffrey Walton2021-03-111-2/+2
* Update ARMv8 defines for iOSJeffrey Walton2021-03-111-5/+9
* Fix ARM builds on iOSJeffrey Walton2021-03-111-2/+2
* Update commentsJeffrey Walton2021-03-091-5/+1
* Add CRYPTOPP_DISABLE_ANDROID_ADVANCED_ISA for Android.mk (GH #1015)Jeffrey Walton2021-03-091-0/+41
* Remove old Android workarounds from config_asm.h (GH #1015)Jeffrey Walton2021-03-091-45/+0
* Update ARM feature detection macrosJeffrey Walton2021-03-071-7/+7
* Update commentsJeffrey Walton2021-03-061-2/+2
* Remove unneeded fixup for CRYPTOPP_ARM_PMULL_AVAILABLEJeffrey Walton2021-03-061-6/+0
* Update config_asm.h for Apple M1Jeffrey Walton2021-03-061-3/+15
* Whitespace check-inJeffrey Walton2021-03-041-2/+2
* Fix typos in documentation and comments (PR #1012)Tobias Nießen2021-03-041-2/+2
* Update config_asm.hMouse2020-12-281-1/+1
* Update commentsJeffrey Walton2020-12-281-1/+2
* Build with Oracle Developer Studio 12.6 in 64-bit (PR #990)Tanzinul Islam2020-12-271-1/+1
* Update documentationJeffrey Walton2020-12-251-1/+4
* Update documentationJeffrey Walton2020-12-251-0/+5
* Fix spellingJeffrey Walton2020-12-181-1/+1
* Update comments (GH #950)Jeffrey Walton2020-08-061-1/+2
* Update test programsJeffrey Walton2020-07-271-1/+1
* Add CPUID64 for MSVC missing __cpuidexJeffrey Walton2020-02-071-6/+6
* Fix AIX and Linux compiles for PowerPC (PR #902)Jeffrey Walton2019-10-231-9/+17
* Cleanup config_asm for PowerPCJeffrey Walton2019-10-221-4/+4
* Cleanup config_*.h files, update travis.yml file (PR #898)Jeffrey Walton2019-10-201-59/+45
* Disable AVX and AVX2 for Android buildsJeffrey Walton2019-10-171-0/+4
* Enable CRYPTOPP_DISABLE_MIXED_ASM in config_asm.hJeffrey Walton2019-10-171-0/+6
* Allow clang-tooling (PR #897)Thomas Braun2019-10-171-1/+1
* Fix ARM headers and Android compile (PR #896)Jeffrey Walton2019-10-161-2/+11
* Fix setenv-android.sh and cryptest-android.sh for NDK r19 (PR #893)Jeffrey Walton2019-10-151-0/+1
* Fix Rijndael recursion overflow when -DCRYPTOPP_DISABLE_SSSE3 (GH #880, PR #886)Jeffrey Walton2019-09-281-0/+28
* Move CRYPTOPP_NO_CXX11 and CRYPTOPP_NO_CXX17 to config_cxx.hJeffrey Walton2019-07-111-14/+0
* config: guard CRYPTOPP_SSE2_INTRIN_AVAILABLE with CRYPTOPP_DISABLE_SSE2 (#858)Alon Bar-Lev2019-07-021-1/+1
* Update commentsJeffrey Walton2019-05-231-1/+1
* Update commentsJeffrey Walton2019-05-211-1/+1
* Cutover to CRYPTOPP_LLVM_CLANG_VERSION (GH #845)Jeffrey Walton2019-05-211-18/+16
* Limit Cryptogams AES and SHA to Linux distrosJeffrey Walton2019-05-211-1/+1
* Enable Cryptogams AES on ARM using ClangJeffrey Walton2019-05-211-5/+2
* Cleanup Cryptogams definesJeffrey Walton2019-05-201-1/+1
* Enable Cryptogams SHA asm for ClangJeffrey Walton2019-05-201-0/+2
* Add ARM SHA512 asm implementation from Cryptogams (GH #841, PR #843)Jeffrey Walton2019-05-191-0/+1