1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 14:02:53 -05:00

Panthera algo implementation

This commit is contained in:
MoneroOcean
2020-07-16 16:43:19 -07:00
parent 50b1bf8a1d
commit 5eafa9e455
20 changed files with 2897 additions and 426 deletions

View File

@@ -138,7 +138,7 @@ xmrig::String xmrig::Threads<T>::profileName(const Algorithm &algorithm, bool st
}
}
if (std::is_same<T, CpuThreads>::value && name == "defyx" && has("rx")) return "rx";
if (std::is_same<T, CpuThreads>::value && (name == "defyx" || name == "panthera") && has("rx")) return "rx";
if (has(kAsterisk)) {
return kAsterisk;