mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-02 02:03:03 -05:00
Moved from PerfAlgo to Algo in threads to removed not really used cn-fast threads setup
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
m_variant(VARIANT_AUTO)
|
||||
{}
|
||||
|
||||
inline Algorithm(Algo algo, Variant variant) :
|
||||
inline Algorithm(Algo algo, Variant variant = VARIANT_AUTO) :
|
||||
m_variant(variant)
|
||||
{
|
||||
setAlgo(algo);
|
||||
|
||||
Reference in New Issue
Block a user