mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 11:39:33 +00:00
Detect AMD engineering samples in randomx_boost.sh
This commit is contained in:
parent
e0af8f0c6b
commit
bc1c8358c4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ else
|
|||
modprobe msr allow_writes=on
|
||||
fi
|
||||
|
||||
if grep -E 'AMD Ryzen|AMD EPYC' /proc/cpuinfo > /dev/null;
|
||||
if grep -E 'AMD Ryzen|AMD EPYC|AuthenticAMD' /proc/cpuinfo > /dev/null;
|
||||
then
|
||||
if grep "cpu family[[:space:]]\{1,\}:[[:space:]]25" /proc/cpuinfo > /dev/null;
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue