mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-11 05:14:40 +00:00
Merge pull request #1582 from SChernykh/dev
Fixed compilation withut randomx/argon2
This commit is contained in:
commit
50c66083a7
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ size_t xmrig::Algorithm::l2() const
|
||||||
|
|
||||||
size_t xmrig::Algorithm::l3() const
|
size_t xmrig::Algorithm::l3() const
|
||||||
{
|
{
|
||||||
# if defined(XMRIG_ALGO_RANDOMX) || defined(XMRIG_ALGO_ARGON2)
|
# if defined(XMRIG_ALGO_RANDOMX) || defined(XMRIG_ALGO_ARGON2) || defined(XMRIG_ALGO_ASTROBWT)
|
||||||
constexpr size_t oneMiB = 0x100000;
|
constexpr size_t oneMiB = 0x100000;
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue