mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-28 22:50:26 -05:00
Implemented unified cryptonight and RandomX scratchpad memory.
This commit is contained in:
@@ -44,7 +44,7 @@ class RxDataset;
|
||||
class RxVm
|
||||
{
|
||||
public:
|
||||
RxVm(RxDataset *dataset, bool hugePages, bool softAes);
|
||||
RxVm(RxDataset *dataset, uint8_t *scratchpad, bool softAes);
|
||||
~RxVm();
|
||||
|
||||
inline randomx_vm *get() const { return m_vm; }
|
||||
|
||||
Reference in New Issue
Block a user