diff options
author | SChernykh <sergey.v.chernykh@gmail.com> | 2019-02-16 17:28:43 +0100 |
---|---|---|
committer | SChernykh <sergey.v.chernykh@gmail.com> | 2019-02-17 23:56:23 +0100 |
commit | 4b32859d2f89f0f28f371223dcf43d053f244e70 (patch) | |
tree | dd839024cb804a2dce8202c473e48242d7ebebd6 /src/crypto/crypto-ops.h | |
parent | Merge pull request #5149 (diff) | |
download | monero-4b32859d2f89f0f28f371223dcf43d053f244e70.tar.xz |
CNv4 JIT compiler for x86-64 and tests
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
Diffstat (limited to 'src/crypto/crypto-ops.h')
0 files changed, 0 insertions, 0 deletions