1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-28 21:52:42 -04:00

ISUB_R fix for ARM/RISC-V JIT

This commit is contained in:
SChernykh
2026-06-27 13:22:48 +02:00
parent 3fb851d91d
commit 906fd4693b
4 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ extern RandomX_ConfigurationGraft RandomX_GraftConfig;
extern RandomX_ConfigurationSafex RandomX_SafexConfig;
extern RandomX_ConfigurationYada RandomX_YadaConfig;
extern RandomX_ConfigurationBase RandomX_CurrentConfig;
alignas(64) extern RandomX_ConfigurationBase RandomX_CurrentConfig;
template<typename T>
void randomx_apply_config(const T& config)