Added JIT compiler for RandomX on ARMv8

This commit is contained in:
SChernykh
2019-09-21 10:10:52 +02:00
parent 3b90cc5c2c
commit 46ef04a4cf
12 changed files with 1918 additions and 59 deletions

View File

@@ -108,7 +108,7 @@ namespace randomx {
class JitCompilerX86;
using JitCompiler = JitCompilerX86;
#elif defined(__aarch64__)
#define RANDOMX_HAVE_COMPILER 0
#define RANDOMX_HAVE_COMPILER 1
class JitCompilerA64;
using JitCompiler = JitCompilerA64;
#else