Creepsky / creepMiner

Burstcoin C++ CPU and GPU Miner
GNU General Public License v3.0
172 stars 64 forks source link

Check configured CPU instruction set #413

Closed brmmm3 closed 6 years ago

Creepsky commented 6 years ago

Can you please also update the version number inside version.id (the last number after the dot) so we can have a new automatically compiled version on https://bintray.com/creepsky/creepMiner/creepMiner-dev#files. Otherwise it will overwrite the last version on pull. Thank you!

brmmm3 commented 6 years ago

How should I nest them? The if contains several logical ORs. What I could do is to split the different sub conditions and the save their values into temporary bool variables. Then use these bool variables in the if line. Is this what you would like to have?