Separated cn/2 perf numbers
This commit is contained in:
parent
d6f96aad76
commit
eec8f8ce4c
2 changed files with 8 additions and 2 deletions
|
@ -42,6 +42,7 @@ enum Algo {
|
|||
enum PerfAlgo {
|
||||
PA_INVALID = -1,
|
||||
PA_CN, /* CryptoNight (Monero) */
|
||||
PA_CN2, /* CryptoNight/2 (Monero) */
|
||||
PA_CN_FAST, /* CryptoNight-Fast (Masari) */
|
||||
PA_CN_LITE, /* CryptoNight-Lite (AEON) */
|
||||
PA_CN_HEAVY, /* CryptoNight-Heavy (SUMO) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue