[[Template core/front/global/updateWarning is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
The old forums are being retired in favour of a more modern (free) community platform.
These forums will remain accessible as a read only archive for the time being.
Vectorization and Loop Optimization
Vectorization detects patterns of sequential data
accesses by the same instruction and transforms the
code for SIMD execution, including use of the SSE,
SSE2, and SSE3 instruction sets.
Processor-Specific Optimization
The following optimization switches enable the compiler
to generate optimized and specialized code for a
specific processor and allow the compiler