Comment out the define for CRYPTOPP_X86ASM_AVAILABLE in config.h.

#if !defined(CRYPTOPP_DISABLE_X86ASM) && ((defined(_MSC_VER) &&
!defined(__MWERKS__) && defined(_M_IX86)) || (defined(__GNUC__) &&
defined(__i386__)))
// #define CRYPTOPP_X86ASM_AVAILABLE
#endif
--
View this message in context: 
http://www.nabble.com/Beware-asm-code-paths-on-AMD-64-dual-core-t1137479.html#a2984291
Sent from the Crypto++ forum at Nabble.com.

Reply via email to