From bc1c8358c43c7020e8161e8fc3570a592a622d01 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:47:30 +0200 Subject: [PATCH] Detect AMD engineering samples in randomx_boost.sh --- scripts/randomx_boost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/randomx_boost.sh b/scripts/randomx_boost.sh index f971979f5..8580229a5 100755 --- a/scripts/randomx_boost.sh +++ b/scripts/randomx_boost.sh @@ -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