Commit Graph

5 Commits

Author SHA1 Message Date
SChernykh
4fbff43988 RandomX ARMv8: optimized dataset read
Break dependency from readReg2 and readReg3. It should run faster on superscalar and out-of-order CPUs i.e. Apple M1.
2021-05-20 21:24:28 +02:00
SChernykh
74d6a35f1a Fix function names for clang on Apple 2019-11-12 14:42:21 +01:00
SChernykh
0640950d44 Fix ARM64 code alignemtn 2019-10-18 16:18:45 +02:00
SChernykh
d346994fbd Workaround for a bug in binutils-2.32-1 on ARM
ldr/madd instruction sequence makes compiled binary crash, so separate them.
2019-09-23 23:12:40 +02:00
SChernykh
46ef04a4cf Added JIT compiler for RandomX on ARMv8 2019-09-21 10:10:52 +02:00