https://github.com/nicehash/cpuminer-multi/releases/tag/v1.0.1.0-launcher
Fixes:
More accurate speed measure.
AVX (non-AVX2) CPUs are now about 10% faster.
To all miners with AVX(1) CPUs:
Figured out, that AVX does not support all instructions used in 8way optimization as does AVX2. Sorry, but what I made here is max for AVX CPUs - I get slight boost (10%) over SSE2 version. Let me know how it works for you.
A SIMD expert programmer could further optimize AVX version, maybe make it 8way compatible, but that is beyond my knowledge.
Nice work!