Xenoncat's solver integrated into nheqminer

Bug to be fixed by @sarath-hotspot
if(MODE==1) { // AVX2
//RunAVX2
}
if (MODE==2) { // AVX1 //Should be changed to else if (MODE==2) {
//RunAVX1
}
else {
//RunTromp
}

1 Like