1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-20 22:02:46 -04:00

Fix build without ASM.

This commit is contained in:
XMRig
2019-04-06 20:07:20 +07:00
parent db456a3e63
commit 466aad8543
2 changed files with 16 additions and 8 deletions

View File

@@ -85,7 +85,6 @@ private:
bool finalize();
void setAesMode(const rapidjson::Value &aesMode);
void setAlgoVariant(int av);
void setAssembly(const rapidjson::Value &assembly);
void setMaxCpuUsage(int max);
void setPriority(int priority);
void setThreads(const rapidjson::Value &threads);
@@ -95,6 +94,10 @@ private:
AlgoVariant getAlgoVariantLite() const;
# endif
# ifndef XMRIG_NO_ASM
void setAssembly(const rapidjson::Value &assembly);
# endif
struct Threads
{