Add define for CRYPTOPP_DISABLE_ASM
We probably should have documented it some time ago, after we added NEON and ARMv8pull/589/head
parent
2a367627f0
commit
a0e2177996
5
config.h
5
config.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue