Compilationn fixes

This commit is contained in:
SChernykh 2021-12-02 13:34:24 +01:00
parent 60566dc84c
commit c2ae625032
3 changed files with 19 additions and 7 deletions

View file

@ -55,6 +55,10 @@
} while (0)
bool cn_sse41_enabled = false;
bool cn_vaes_enabled = false;
#ifdef XMRIG_FEATURE_ASM
# define ADD_FN_ASM(algo) do { \
m_map[algo]->data[AV_SINGLE][Assembly::INTEL] = cryptonight_single_hash_asm<algo, Assembly::INTEL>; \
@ -66,10 +70,6 @@
} while (0)
bool cn_sse41_enabled = false;
bool cn_vaes_enabled = false;
namespace xmrig {