From 869209389ebe7279dd57c73031fde26ba8ecb101 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Thu, 9 Jan 2020 08:10:36 +0100 Subject: [PATCH] Update MSR preset for Intel As per https://github.com/xmrig/xmrig/issues/1433#issuecomment-572126184 --- src/crypto/rx/RxConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/rx/RxConfig.cpp b/src/crypto/rx/RxConfig.cpp index bef5f8f4..2ec568f9 100644 --- a/src/crypto/rx/RxConfig.cpp +++ b/src/crypto/rx/RxConfig.cpp @@ -65,7 +65,7 @@ constexpr size_t kMsrArraySize = 4; static const std::array msrPresets = { MsrItems(), MsrItems{{ 0xC0011020, 0x0 }, { 0xC0011021, 0x40, ~0x20ULL }, { 0xC0011022, 0x510000 }, { 0xC001102b, 0x1808cc16 }}, - MsrItems{{ 0x1a4, 0x6 }}, + MsrItems{{ 0x1a4, 0xf }}, MsrItems() };