Added class RxVm.
This commit is contained in:
parent
3bebf778da
commit
270d3ba6a2
8 changed files with 176 additions and 40 deletions
|
@ -76,6 +76,10 @@ bool xmrig::RxDataset::init(const void *seed, const Algorithm &algorithm, uint32
|
|||
|
||||
cache()->init(seed);
|
||||
|
||||
if (!get()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
const uint32_t datasetItemCount = randomx_dataset_item_count();
|
||||
|
||||
if (numThreads > 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue