DefyX fix
This commit is contained in:
parent
01e2945ab7
commit
3f98d07e76
2 changed files with 8 additions and 5 deletions
|
@ -127,6 +127,10 @@ size_t inline generate<Algorithm::RANDOM_X>(Threads<CpuThreads> &threads, uint32
|
|||
count += threads.move("rx/wow", std::move(wow));
|
||||
}
|
||||
|
||||
if (!threads.isExist(Algorithm::DEFYX)) {
|
||||
count += generate("defyx", threads, Algorithm::DEFYX, limit);
|
||||
}
|
||||
|
||||
count += generate("rx", threads, Algorithm::RX_0, limit);
|
||||
|
||||
return count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue