Add define for CRYPTOPP_DISABLE_ASM

We probably should have documented it some time ago, after we added NEON and ARMv8
pull/589/head
Jeffrey Walton 2018-02-17 10:51:55 -05:00
parent 2a367627f0
commit a0e2177996
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@
# endif
#endif
// Define this to disable ASM, intrinsics and built-ins. The code will be
// compiled using C++ only. The library code will not include SSE2 (and
// above), NEON, Aarch32, Aarch64, Power4, Power7 or Power8.
// #define CRYPTOPP_DISABLE_ASM 1
// Define CRYPTOPP_NO_CXX11 to avoid C++11 related features shown at the
// end of this file. Some compilers and standard C++ headers advertise C++11
// but they are really just C++03 with some additional C++11 headers and