1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-22 20:12:38 -04:00

Merge xmrig v6.18.0 into master

This commit is contained in:
MoneroOcean
2022-06-23 17:43:36 +00:00
144 changed files with 6006 additions and 15104 deletions

View File

@@ -108,11 +108,6 @@ static inline const std::string &usage()
u += " --randomx-cache-qos enable Cache QoS\n";
# endif
# ifdef XMRIG_ALGO_ASTROBWT
u += " --astrobwt-max-size=N skip hashes with large stage 2 size, default: 550, min: 400, max: 1200\n";
u += " --astrobwt-avx2 enable AVX2 optimizations for AstroBWT algorithm";
# endif
# ifdef XMRIG_FEATURE_OPENCL
u += "\nOpenCL backend:\n";
u += " --opencl enable OpenCL mining backend\n";