Re: Version 0.3.8.1 update for Linux 64-bit

Figures: Satoshi Nakamoto
Satoshi Nakamoto August 9, 2010 20:55 UTC

That’s a good point, I believe you could run with generation off if you don’t have SSE2.

How about add to the top of cryptopp/config.h:

#if !defined(_M_X64) && !defined(x86_64) #define CRYPTOPP_DISABLE_SSE2  1 #endif

that would disable SSE2 for 32-bit builds.  (at least with GCC or MSVC)