Removed MSR mod for Bulldozer

It turned out to be useless: https://www.reddit.com/r/MoneroMining/comments/et7s7w/psa_amd_opteronfxa6a8a10_owners_needed_to_test/
This commit is contained in:
SChernykh 2020-01-27 09:39:39 +01:00
parent cd763be05b
commit 4571899664
4 changed files with 2 additions and 10 deletions

View file

@ -192,9 +192,6 @@ xmrig::BasicCpuInfo::BasicCpuInfo() :
}
else {
m_assembly = Assembly::BULLDOZER;
if (family == 21) {
m_msrMod = MSR_MOD_BULLDOZER;
}
}
}
else if (memcmp(vendor, "GenuineIntel", 12) == 0) {