diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-18 15:21:52 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-10-18 15:21:52 +0100 |
commit | 67e135a317c28d343779d990e551ea315c4717e3 (patch) | |
tree | a775d403bb3d04515b92e1565bf24525065b0644 /xmrstak/backend/cpu | |
parent | 98630910b1fd398ccd919c0520decbaed8bfcb98 (diff) | |
download | xmr-stak-67e135a317c28d343779d990e551ea315c4717e3.zip xmr-stak-67e135a317c28d343779d990e551ea315c4717e3.tar.gz |
add order_fix for double hash
Diffstat (limited to 'xmrstak/backend/cpu')
-rw-r--r-- | xmrstak/backend/cpu/minethd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmrstak/backend/cpu/minethd.cpp b/xmrstak/backend/cpu/minethd.cpp index eb395a5..625fbe4 100644 --- a/xmrstak/backend/cpu/minethd.cpp +++ b/xmrstak/backend/cpu/minethd.cpp @@ -410,6 +410,8 @@ void minethd::double_work_main() if(affinity >= 0) //-1 means no affinity bindMemoryToNUMANode(affinity); + order_fix.set_value(); + cn_hash_fun_dbl hash_fun; cryptonight_ctx* ctx0; cryptonight_ctx* ctx1; |