mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 07:37:54 +00:00
disable SSE2 on 32-bit
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@128 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
parent
fb83d28768
commit
0cff7a8aa7
@ -1,6 +1,13 @@
|
|||||||
#ifndef CRYPTOPP_CONFIG_H
|
#ifndef CRYPTOPP_CONFIG_H
|
||||||
#define 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 ********************
|
// ***************** Important Settings ********************
|
||||||
|
|
||||||
// define this if running on a big-endian CPU
|
// define this if running on a big-endian CPU
|
||||||
|
Loading…
Reference in New Issue
Block a user