summaryrefslogtreecommitdiff
path: root/external/randomx
Commit message (Collapse)AuthorAgeFilesLines
* Update RandomX to 1.2.1tevador2023-10-201-0/+0
|
* randomx: update submoduleselsta2022-07-261-0/+0
|
* Update randomx: fix Mac linking errorHoward Chu2022-05-101-0/+0
| | | | Also silence randomx malloc exceptions
* randomx: update submoduleselsta2022-04-061-0/+0
|
* Update RandomXJethro Grassie2021-11-201-0/+0
|
* Update RandomX to v1.1.10tevador2021-11-081-0/+0
|
* randomx: bump submodule to v1.1.9selsta2021-05-221-0/+0
|
* Update RandomX to v1.1.8tevador2020-07-041-0/+0
|
* RandomX: Update to v1.1.6tevador2019-10-301-0/+0
|
* RandomX: update to v1.1.5tevador2019-10-231-0/+0
|
* RandomX: update to v1.1.4tevador2019-10-131-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
* Update to RandomX v1.1.3, simplifyHoward Chu2019-10-051-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.
* RandomX integrationHoward Chu2019-09-251-0/+0
Support RandomX PoW algorithm