mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
disable SSE2 on 32-bit
This commit is contained in:
parent
9db7bf5f52
commit
f5d2bc8a36
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue