aboutsummaryrefslogtreecommitdiff
path: root/external/randomx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-20Update RandomXJethro Grassie1-0/+0
2021-11-08Update RandomX to v1.1.10tevador1-0/+0
2021-05-22randomx: bump submodule to v1.1.9selsta1-0/+0
2020-07-04Update RandomX to v1.1.8tevador1-0/+0
2019-10-30RandomX: Update to v1.1.6tevador1-0/+0
2019-10-23RandomX: update to v1.1.5tevador1-0/+0
2019-10-13RandomX: update to v1.1.4tevador1-0/+0
* 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
2019-10-05Update to RandomX v1.1.3, simplifyHoward Chu1-0/+0
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.
2019-09-25RandomX integrationHoward Chu1-0/+0
Support RandomX PoW algorithm