mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 05:40:39 -05:00
Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums.
This commit is contained in:
@@ -129,7 +129,7 @@ xmrig::BasicCpuInfo::BasicCpuInfo() :
|
||||
{
|
||||
cpu_brand_string(m_brand);
|
||||
|
||||
# ifndef XMRIG_NO_ASM
|
||||
# ifdef XMRIG_FEATURE_ASM
|
||||
if (hasAES()) {
|
||||
char vendor[13] = { 0 };
|
||||
int32_t data[4] = { 0 };
|
||||
|
||||
Reference in New Issue
Block a user