Added class RxQueue, class Rx now thin static wrapper on top of RxQueue.

This commit is contained in:
XMRig 2019-10-06 07:47:41 +07:00
parent d5af5cf8f8
commit 59b62dcb77
6 changed files with 313 additions and 145 deletions

View file

@ -8,6 +8,7 @@ if (WITH_RANDOMX)
src/crypto/rx/RxCache.h
src/crypto/rx/RxConfig.h
src/crypto/rx/RxDataset.h
src/crypto/rx/RxQueue.h
src/crypto/rx/RxSeed.h
src/crypto/rx/RxVm.h
)
@ -38,6 +39,7 @@ if (WITH_RANDOMX)
src/crypto/rx/RxCache.cpp
src/crypto/rx/RxConfig.cpp
src/crypto/rx/RxDataset.cpp
src/crypto/rx/RxQueue.cpp
src/crypto/rx/RxVm.cpp
)