From: s_nakamoto Date: Tue, 10 Aug 2010 23:43:37 +0000 (+0000) Subject: disable SSE2 on 32-bit X-Git-Tag: v0.4.0-unstable~234^2~222^2~29 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=0cff7a8aa706d0e8ded5a58e1035f3db8f711c45;p=novacoin.git disable SSE2 on 32-bit git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@128 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- diff --git a/cryptopp/config.h b/cryptopp/config.h index c192d35..146a731 100644 --- a/cryptopp/config.h +++ b/cryptopp/config.h @@ -1,6 +1,13 @@ #ifndef CRYPTOPP_CONFIG_H #define CRYPTOPP_CONFIG_H +//// Bitcoin: disable SSE2 on 32-bit +#if !defined(_M_X64) && !defined(__x86_64__) +#define CRYPTOPP_DISABLE_SSE2 1 +#endif +//////////// end of Bitcoin changes + + // ***************** Important Settings ******************** // define this if running on a big-endian CPU