CPU: use raw counter

This commit is contained in:
cohcho
2020-10-10 13:28:14 +00:00
parent 60361f12e1
commit e29ffe7668
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>;