1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-15 10:52:45 -05:00

Merge xmrig v6.3.3

This commit is contained in:
MoneroOcean
2020-08-28 08:18:41 -07:00
25 changed files with 192 additions and 94 deletions

View File

@@ -235,7 +235,9 @@ RandomX_ConfigurationBase::RandomX_ConfigurationBase()
# endif
}
#ifdef XMRIG_ARMv8
static uint32_t Log2(size_t value) { return (value > 1) ? (Log2(value / 2) + 1) : 0; }
#endif
void RandomX_ConfigurationBase::Apply()
{