mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 22:27:33 -05:00
Dataset size increased to 2080 MiB
Implemented dataset base offset Tweaked SuperscalarHash constants to prevent register collisions
This commit is contained in:
@@ -91,7 +91,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
unsigned long randomx_dataset_item_count() {
|
||||
return RANDOMX_DATASET_SIZE / RANDOMX_DATASET_ITEM_SIZE;
|
||||
return randomx::DatasetSize / RANDOMX_DATASET_ITEM_SIZE;
|
||||
}
|
||||
|
||||
void randomx_init_dataset(randomx_dataset *dataset, randomx_cache *cache, unsigned long startItem, unsigned long itemCount) {
|
||||
|
||||
Reference in New Issue
Block a user