Update CpuConfig_gen.h
This commit is contained in:
parent
e4112489fc
commit
7f4e5c62fc
1 changed files with 8 additions and 0 deletions
|
@ -161,6 +161,14 @@ size_t inline generate<Algorithm::GHOSTRIDER>(Threads<CpuThreads>& threads, uint
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef XMRIG_ALGO_VERUSHASH
|
||||||
|
template<>
|
||||||
|
size_t inline generate<Algorithm::VERUSHASH>(Threads<CpuThreads>& threads, uint32_t limit)
|
||||||
|
{
|
||||||
|
return generate(Algorithm::kVERUSHASH, threads, Algorithm::VERUSHASH_VRSC, limit);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} /* namespace xmrig */
|
} /* namespace xmrig */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue