mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-22 18:54:43 +00:00
commit
12081e4f5b
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue