Closed slowpeek closed 7 months ago
Changes:
/proc/cpuinfo
lscpu
$cpu
has()
hl()
warn()
start_mining()
if
case
$YELLOW
Fixes:
Bonus:
There is a bug in parse_features() with avx512 detection (OR instead of AND), fixing it.
parse_features()
FIXED
Changes:
/proc/cpuinfo
instead oflscpu
output; only do it once$cpu
has()
hl()
andwarn()
functions instead of literal insertion of ANSI codesstart_mining()
if
chains withcase
$YELLOW
ANSI code was red, I changed it to yellow (warn()
function)Fixes:
Bonus: