mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 16:52:40 -05:00
Added class RxVm.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user