Open Novsinclair opened 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.
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