Compiler fix

This commit is contained in:
SChernykh
2021-12-01 00:01:21 +01:00
parent 9e325b1050
commit bdc3bd4a7c
19 changed files with 1401 additions and 279 deletions

View File

@@ -204,4 +204,7 @@
v4_random_math(code##part, r##part); \
}
extern bool cn_sse41_enabled;
extern bool cn_vaes_enabled;
#endif /* XMRIG_CRYPTONIGHT_MONERO_H */