Skip to content

Commit

Permalink
Updated config.recommend to follow Commit be67acd from Pull Request 84
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader authored and GamePad64 committed Dec 15, 2015
1 parent 68301c7 commit 556d36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.recommend
Expand Up @@ -414,7 +414,7 @@ NAMESPACE_END
#define CRYPTOPP_X64_ASM_AVAILABLE
#endif

#if !defined(CRYPTOPP_DISABLE_SSE2) && (defined(CRYPTOPP_MSVC6PP_OR_LATER) || defined(__SSE2__))
#if !defined(CRYPTOPP_DISABLE_SSE2) && (defined(CRYPTOPP_MSVC6PP_OR_LATER) || defined(__SSE2__)) && !defined(_M_ARM)
#define CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE 1
#else
#define CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE 0
Expand Down

0 comments on commit 556d36a

Please sign in to comment.