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:
parent
cd763be05b
commit
4571899664
4 changed files with 2 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue