mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Added config option for AVX2 dataset init
-1 = Auto detect 0 = Always disabled 1 = Enabled if AVX2 is supported
This commit is contained in:
@@ -59,7 +59,7 @@ namespace randomx {
|
||||
protected:
|
||||
void execute();
|
||||
|
||||
JitCompiler compiler{ true };
|
||||
JitCompiler compiler{ true, false };
|
||||
};
|
||||
|
||||
using CompiledVmDefault = CompiledVm<1>;
|
||||
|
||||
Reference in New Issue
Block a user