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…
Add table
Add a link
Reference in a new issue