mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
@@ -44,6 +44,7 @@ namespace randomx {
|
|||||||
JitCompilerFallback() {
|
JitCompilerFallback() {
|
||||||
throw std::runtime_error("JIT compilation is not supported on this platform");
|
throw std::runtime_error("JIT compilation is not supported on this platform");
|
||||||
}
|
}
|
||||||
|
void prepare() {}
|
||||||
void generateProgram(Program&, ProgramConfiguration&, uint32_t) {
|
void generateProgram(Program&, ProgramConfiguration&, uint32_t) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user