mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Merge branch '4wayswitch' of https://github.com/dooglus/bitcoin into integration
This commit is contained in:
commit
245e1b4fdb
2
main.cpp
2
main.cpp
@ -3530,7 +3530,7 @@ void BitcoinMiner()
|
|||||||
SetThreadPriority(THREAD_PRIORITY_LOWEST);
|
SetThreadPriority(THREAD_PRIORITY_LOWEST);
|
||||||
bool f4WaySSE2 = Detect128BitSSE2();
|
bool f4WaySSE2 = Detect128BitSSE2();
|
||||||
if (mapArgs.count("-4way"))
|
if (mapArgs.count("-4way"))
|
||||||
f4WaySSE2 = GetBoolArg(mapArgs["-4way"]);
|
f4WaySSE2 = GetBoolArg("-4way");
|
||||||
|
|
||||||
// Each thread has its own key and counter
|
// Each thread has its own key and counter
|
||||||
CReserveKey reservekey;
|
CReserveKey reservekey;
|
||||||
|
Loading…
Reference in New Issue
Block a user