1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-11 17:32:47 -05:00

CPU: use raw counter

This commit is contained in:
cohcho
2020-10-10 13:28:14 +00:00
parent 87a54766eb
commit 4a74ce3242
3 changed files with 25 additions and 13 deletions

View File

@@ -88,6 +88,8 @@ void xmrig::Workers<T>::jobEarlyNotification(const Job& job)
template<>
IWorker *Workers<CpuLaunchData>::create(Thread<CpuLaunchData> *handle);
template<>
void Workers<CpuLaunchData>::tick(uint64_t);
extern template class Workers<CpuLaunchData>;