From bef82c5de6367634451c5fb1213eb95d278852a2 Mon Sep 17 00:00:00 2001 From: xmrig Date: Sun, 30 May 2021 21:28:28 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b6deb7..e4a899cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v6.12.2 +- [#2280](https://github.com/xmrig/xmrig/issues/2280) GPU backends are now disabled in benchmark mode. +- [#2322](https://github.com/xmrig/xmrig/pull/2322) Improved MSR compatibility with recent Linux kernels and updated `randomx_boost.sh`. +- [#2340](https://github.com/xmrig/xmrig/pull/2340) Fixed AES detection on FreeBSD on ARM. +- [#2341](https://github.com/xmrig/xmrig/pull/2341) `sse2neon` updated to the latest version. +- [#2351](https://github.com/xmrig/xmrig/issues/2351) Fixed help output for `--cpu-priority` and `--cpu-affinity` option. +- [#2375](https://github.com/xmrig/xmrig/pull/2375) Fixed macOS CUDA backend default loader name. +- [#2378](https://github.com/xmrig/xmrig/pull/2378) Fixed broken light mode mining on x86. +- [#2379](https://github.com/xmrig/xmrig/pull/2379) Fixed CL code for KawPow where it assumes everything is AMD. +- [#2386](https://github.com/xmrig/xmrig/pull/2386) RandomX: enabled `IMUL_RCP` optimization for light mode mining. +- [#2393](https://github.com/xmrig/xmrig/pull/2393) RandomX: added BMI2 version for scratchpad prefetch. +- [#2395](https://github.com/xmrig/xmrig/pull/2395) RandomX: rewrote dataset read code. +- [#2398](https://github.com/xmrig/xmrig/pull/2398) RandomX: optimized ARMv8 dataset read. +- Added `argon2/ninja` alias for `argon2/wrkz` algorithm. + # v6.12.1 - [#2296](https://github.com/xmrig/xmrig/pull/2296) Fixed Zen3 assembly code for `cn/upx2` algorithm.