|
|
|
|
|
by wongarsu
959 days ago
|
|
And as a consequence if your compiler does autovectorization it will use SSE or SSE2, unless you specificly add compiler flags that make your binary incompatible with older processors (or you have an unusually smart compiler that adds seperate code paths for different CPU architectures) |
|