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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user