lucasjones / cpuminer-multi

Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Other
638 stars 1.5k forks source link

Minor optimizations #4

Closed OhGodAPet closed 10 years ago

OhGodAPet commented 10 years ago

Commits are rather self-explanatory. Also, please, never, EVER do mov reg, 0. ALWAYS do xor reg, reg.

lucasjones commented 10 years ago

Good work :+1: