aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/CryptonightR_JIT.h
Commit message (Collapse)AuthorAgeFilesLines
* slow-hash: fix build on armmoneromooo-monero2019-03-051-1/+5
|
* CNv4 JIT compiler for x86-64 and testsSChernykh2019-03-041-0/+18
Minimalistic JIT code generator for random math sequence in CryptonightR. Usage: - Allocate writable and executable memory - Call v4_generate_JIT_code with "buf" pointed to memory allocated on the previous step - Call the generated code instead of "v4_random_math(code, r)", omit the "code" parameter