Skip to content

Commit

Permalink
Merge xmrig v6.14.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Aug 15, 2021
1 parent 13bb0f1 commit e76dcad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/crypto/cn/CnHash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,9 @@ xmrig::CnHash::CnHash()
# endif

# ifdef XMRIG_ALGO_CN_GPU
m_map[Algorithm::CN_GPU][AV_SINGLE][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, false>;
m_map[Algorithm::CN_GPU][AV_SINGLE_SOFT][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, true>;
m_map[Algorithm::CN_GPU] = new cn_hash_fun_array{};
m_map[Algorithm::CN_GPU]->data[AV_SINGLE][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, false>;
m_map[Algorithm::CN_GPU]->data[AV_SINGLE_SOFT][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, true>;
# endif

# ifdef XMRIG_FEATURE_ASM
Expand Down

0 comments on commit e76dcad

Please sign in to comment.