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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user