Internal compilations before instructions presented, whether they are effective or not, depend on how they are used.
also, each compiler treats properties in a slightly different way (as well as its implementation), but GCC is open source, so you can see how they relate to SSE, Open Watcom *, LCC , PCC and TCC * are open source compilers C code, although thwey has no built-in SSE functions, they should still have built-in functions, and you can see how they handle them.
I think that what you read was related to automatic vectorization of the code, something GCC (see this ) and ICC are very good, but they are not as good as manually optimized code, at least not yet
* may have been updated with SSE support, not recently verified ...
Necrolis
source share