Fixed compile break
This commit is contained in:
parent
e88ba694e6
commit
8ec1bd4ca7
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ void xmrig::HwlocCpuInfo::processTopLevelCache(hwloc_obj_t cache, const Algorith
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
if (algorithm == Algorithm::CN_CONCEAL)
|
if (algorithm == Algorithm::CN_CONCEAL) {
|
||||||
intensity = std::min<uint32_t >(static_cast<const uint32_t &>(cacheHashes / PUs), algorithm.maxIntensity());
|
intensity = std::min<uint32_t >(static_cast<const uint32_t &>(cacheHashes / PUs), algorithm.maxIntensity());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue