Commit Graph

7 Commits

Author SHA1 Message Date
Czarek Nakamoto
34c2646e63 fix missing ___clear_cache when targetting iOS 2024-04-04 15:32:33 +02:00
SChernykh
5c49ab12a0 Optimized randomx_reciprocal
Also limited it to 32 bit because it's supposed to work only with 32-bit values, according to the specs.
2023-10-20 15:05:13 +02:00
SChernykh
8f91d31b8b Fixed UB in ARM64 JIT compiler
Fixed unaligned memory writes
2023-10-20 09:24:50 +02:00
SChernykh
f72101aa2c ARM64 JIT: don't use x18 register 2023-10-19 17:20:53 +02:00
Howard Chu
6f756473c0 Don't use exceptions in low-level mem allocator 2022-05-09 17:28:59 +01:00
SChernykh
2ba7df2844 Fix illegal instruction crash on some ARM systems
See https://github.com/xmrig/xmrig/issues/1916
2021-02-01 23:19:14 +01:00
SChernykh
c6468a3816 JIT compiler for ARMv8 (#125)
JIT compiler for ARMv8
2019-09-22 21:06:22 +02:00