Removed CRYPTOPP_DISABLE_X86ASM macro (Issue 70)

pull/347/head
Jeffrey Walton 2016-12-03 05:16:23 -05:00
parent ba75834ae9
commit d45763a7ae
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 5 deletions

View File

@ -410,11 +410,6 @@ NAMESPACE_END
#define CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE
#endif
#ifdef CRYPTOPP_DISABLE_X86ASM // for backwards compatibility: this macro had both meanings
#define CRYPTOPP_DISABLE_ASM
#define CRYPTOPP_DISABLE_SSE2
#endif
// Apple's Clang prior to 5.0 cannot handle SSE2 (and Apple does not use LLVM Clang numbering...)
#if defined(CRYPTOPP_APPLE_CLANG_VERSION) && (CRYPTOPP_APPLE_CLANG_VERSION < 50000)
# define CRYPTOPP_DISABLE_ASM