#1643 Fixed build on CentOS 7

This commit is contained in:
XMRig 2020-04-12 20:37:58 +07:00
parent 2d95a394a6
commit 87bb1aa4d3
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
- [#1605](https://github.com/xmrig/xmrig/pull/1605) Fixed AstroBWT OpenCL for NVIDIA GPUs.
- [#1635](https://github.com/xmrig/xmrig/pull/1635) Added pooled memory allocation of RandomX VMs (+0.5% speedup on Zen2).
- [#1641](https://github.com/xmrig/xmrig/pull/1641) RandomX JIT refactoring, smaller memory footprint and a bit faster overall.
- [#1643](https://github.com/xmrig/xmrig/issues/1643) Fixed build on CentOS 7.
# v5.10.0
- [#1602](https://github.com/xmrig/xmrig/pull/1602) Added AMD GPUs support for AstroBWT algorithm.