mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user