Merge pull request #1495 from jtgrassie/missed-script-change

add intel change to boost script
This commit is contained in:
xmrig 2020-01-12 09:56:37 +07:00 committed by GitHub
commit d2867a2ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ if cat /proc/cpuinfo | grep "AMD Ryzen" > /dev/null;
elif cat /proc/cpuinfo | grep "Intel" > /dev/null; elif cat /proc/cpuinfo | grep "Intel" > /dev/null;
then then
echo "Detected Intel" echo "Detected Intel"
wrmsr -a 0x1a4 6 wrmsr -a 0x1a4 0xf
echo "MSR register values for Intel applied" echo "MSR register values for Intel applied"
else else
echo "No supported CPU detected" echo "No supported CPU detected"