From 2d5a7b6aa8ea40912f445d8b15fc434440352838 Mon Sep 17 00:00:00 2001 From: xmrig Date: Sun, 1 Dec 2019 15:28:05 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f24163..d70d0fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # v5.1.0 +- [#1351](https://github.com/xmrig/xmrig/pull/1351) RandomX optimizations and fixes. + - Improved RandomX performance (up to +6-7% on Intel CPUs, +2-3% on Ryzen CPUs) + - Added workaround for Intel JCC erratum bug see https://www.phoronix.com/scan.php?page=article&item=intel-jcc-microcode&num=1 for details. + - Note! Always disable "Hardware prefetcher" and "Adjacent cacheline prefetch" in BIOS for Intel CPUs to get the optimal RandomX performance. - [#1307](https://github.com/xmrig/xmrig/issues/1307) Fixed mining resume after donation round for pools with `self-select` feature. - [#1318](https://github.com/xmrig/xmrig/issues/1318#issuecomment-559676080) Added option `"mode"` (or `--randomx-mode`) for RandomX. - Added memory information on miner startup.