1
0
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:
MoneroOcean
2019-08-15 18:47:12 -07:00
parent 3d7fb21c63
commit f315063b94

View File

@@ -173,7 +173,6 @@ 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));
# endif
}