Enable CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE

pull/239/head
Jeffrey Walton 2016-07-24 00:39:20 -04:00
parent 32e6276baf
commit 7716f5f689
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
NAMESPACE_BEGIN(CryptoPP)
// Uncomment for benchmarking C++ against SSE2 or NEON
#undef CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE
// #undef CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE
// #undef CRYPTOPP_BOOL_NEON_INTRINSICS_AVAILABLE
// Visual Studio needs both VS2005 (1400) and _M_64 for SSE2 and _mm_set_epi64x()