mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -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:
@@ -49,7 +49,7 @@ namespace randomx {
|
||||
|
||||
class JitCompilerX86 {
|
||||
public:
|
||||
explicit JitCompilerX86(bool hugePagesEnable);
|
||||
explicit JitCompilerX86(bool hugePagesEnable, bool optimizedInitDatasetEnable);
|
||||
~JitCompilerX86();
|
||||
void prepare();
|
||||
void generateProgram(Program&, ProgramConfiguration&, uint32_t);
|
||||
|
||||
Reference in New Issue
Block a user