Porting/RandomX

From RCS Wiki
Revision as of 22:07, 2 February 2021 by JeremyRand (talk | contribs) (Add note on NX-AES)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Finished

In progress

Comparison to CryptoNight

In XMRig POWER Performance Discussion , TimothyPearson says that CryptoNight v8 damaged POWER's competitiveness against x86 by emphasizing integer square root and integer division. Based on looking at RandomX Integer Operations , JeremyRand's impression is that neither of those operations is performance-critical in RandomX (which replaced CryptoNight v8 in Monero in the hardfork of Nov 30, 2019). So POWER is likely to be competitive against x86 for Monero mining again once the RandomX JIT is ported to POWER.

AES Acceleration

Unfortunately, RandomX cannot use POWER9's NX-AES accelerator, because NX-AES is not currently exposed to userspace in Linux.