mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-06 23:52:38 -05:00
Fixed HW AES detection.
This commit is contained in:
@@ -157,7 +157,7 @@ bool xmrig::Config::adjust()
|
||||
}
|
||||
|
||||
if (m_aesMode == AES_AUTO) {
|
||||
m_aesMode = Cpu::hasAES() ? AES_SOFT : AES_SOFT;
|
||||
m_aesMode = Cpu::hasAES() ? AES_HW : AES_SOFT;
|
||||
}
|
||||
|
||||
if (!m_threads.cpu.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user