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
#endifthat would disable SSE2 for 32-bit builds. (at least with GCC or MSVC)
SVN rev 128: disable SSE2 on 32-bit. This may only disable it for MSVC and GCC. Other compilers might have different 64-bit defines.
31,102 total views, 7 views today
https://bitcointalk.org/index.php?topic=765.msg8628#msg8628