mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Moved from PerfAlgo to Algo in threads to removed not really used cn-fast threads setup
This commit is contained in:
@@ -34,7 +34,8 @@ enum Algo {
|
||||
INVALID_ALGO = -1,
|
||||
CRYPTONIGHT, /* CryptoNight (Monero) */
|
||||
CRYPTONIGHT_LITE, /* CryptoNight-Lite (AEON) */
|
||||
CRYPTONIGHT_HEAVY /* CryptoNight-Heavy (SUMO) */
|
||||
CRYPTONIGHT_HEAVY, /* CryptoNight-Heavy (SUMO) */
|
||||
ALGO_MAX
|
||||
};
|
||||
|
||||
// algorithms that can has different performance
|
||||
|
||||
Reference in New Issue
Block a user