Fixed wrong OpenCL platform on macOS.

This commit is contained in:
XMRig 2020-02-15 04:32:32 +07:00
parent 5e444553b1
commit 311d3e1c18
No known key found for this signature in database
GPG key ID: 446A53638BE94409
3 changed files with 29 additions and 8 deletions

View file

@ -4,6 +4,7 @@
- [#1551](https://github.com/xmrig/xmrig/pull/1551) Added RandomX JIT for AMD Navi GPUs.
- Added health information for AMD GPUs (clocks/power/fan/temperature) via ADL (Windows) and sysfs (Linux).
- Fixed possible nicehash nonce overflow in some conditions.
- Fixed wrong OpenCL platform on macOS, option `platform` now ignored on this OS.
# v5.5.3
- [#1529](https://github.com/xmrig/xmrig/pull/1529) Fixed crash on Bulldozer CPUs.