mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-15 02:52:38 -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:
@@ -43,7 +43,7 @@ namespace randomx {
|
||||
|
||||
class JitCompilerFallback {
|
||||
public:
|
||||
explicit JitCompilerFallback(bool) {
|
||||
explicit JitCompilerFallback(bool, bool) {
|
||||
throw std::runtime_error("JIT compilation is not supported on this platform");
|
||||
}
|
||||
void prepare() {}
|
||||
|
||||
Reference in New Issue
Block a user