mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -05:00
Added DefyX profile
This commit is contained in:
@@ -60,6 +60,7 @@ static const char *kCnPico = "cn-pico";
|
||||
#ifdef XMRIG_ALGO_RANDOMX
|
||||
static const char *kRx = "rx";
|
||||
static const char *kRxWOW = "rx/wow";
|
||||
static const char *kDefyX = "defyx";
|
||||
#endif
|
||||
|
||||
extern template class Threads<CpuThreads>;
|
||||
@@ -173,7 +174,7 @@ void xmrig::CpuConfig::generate()
|
||||
# ifdef XMRIG_ALGO_RANDOMX
|
||||
m_threads.move(kRx, cpu->threads(Algorithm::RX_0));
|
||||
m_threads.move(kRxWOW, cpu->threads(Algorithm::RX_WOW));
|
||||
m_threads.move("defyx", cpu->threads(Algorithm::DEFYX));
|
||||
m_threads.move(kDefyX, cpu->threads(Algorithm::DEFYX));
|
||||
# endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user