Posted May 15, 2016
Maxvorstadt: (re)add support for old processors that don’t have SSE2
Interesting, that it supports CPUs that are about 16 years old or older. So, if you still have an Intel Pentium or AMD K6 or Cyrix PR 166 CPU you can use that viewer. :-D
SSE2, not SSE. Interesting, that it supports CPUs that are about 16 years old or older. So, if you still have an Intel Pentium or AMD K6 or Cyrix PR 166 CPU you can use that viewer. :-D
That's K7 or P4.
SSE was added around PIII.
Cyrix PR166 didn't have SSE.
None of those are too critical, codepath should be able to detect instructions availability and use "optimized" or generic path. "(re)add instruction support" probably means the dev just disabled it altogether, thus older without's are suddenly supported.
Post edited May 15, 2016 by Lin545