dencorso's Achievements
1.5k
Reputation
Single Status Update
-
Non-SSE2 machines are a lost game, already.
-
-
For the record, planned obsolescence, enforced by MS was actually the main problem here: MS VC++ 2012, was the 1st MS VS that enabled SSE2 by default (and all its successors do so, too). For MS VC++ 2012, it was possible to compile for non-SSE, by using the /arch:SSE and /Oi- compiler directives, but I don't know whether later MS VS versions still offer such compiler directives or not. In any case, since the default became to compile for SSE2 from MS VC++ 2012 on, almost no author ever bothered to disable that, even if SSE2 instructions weren't actually needed or helpful for the software being compiled.
-