Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Update copyright year to 2020
|
|
fe92fa1 [randomx] Add missing randomx_vm_set_cache() (cohcho)
|
|
|
|
Don't try to allocate the dataset repeatedly if it has already failed.
|
|
* Faster cache initialization with SSSE3/AVX2
* Automatic detection of CPU capabilities in RandomX
* Fixed a possible out-of-bounds access in superscalar program generator
* Use MONERO_RANDOMX_UMASK to manually disable RandomX flags in monerod
|
|
Make sure dataset gets re-init'd if a reorg changes the epoch
|
|
We don't need to detect if the cache has changed, just always
call to set it on the VM. The call will be a no-op if the cache
hasn't changed.
|
|
Was using the wrong cache slot, and returning invalid PoW hashes to RPC clients
|
|
Support RandomX PoW algorithm
|