WyvernTKC / cpuminer-gr-avx2

Optimised Version of GR miner for RTM
GNU General Public License v2.0
371 stars 193 forks source link

Failed ssse3, sse42, aes-sse42 binaries #112

Open Novsinclair opened 3 years ago

Novsinclair commented 3 years ago

Ssse3, sse42, aes-sse42 binaries fails on Phenom II 955 CPU.

!CPU_FAMILY! EQU 16 !CPU_MODEL! EQU 4

ssse3, sse42, aes-sse42 binaries simply dropped after initialization. SSE2 works fine

michal-zurkowski commented 3 years ago

ssse3, sse42, and aes are not available on this CPU model.

Windows script does not have this family and models as correct ones are hard to find and pretty much all should fall into SSE2 fallback category anyways.