Compile and Link. Default: -nsse2
Specify -sse2 to optimize code using the streaming SIMD (Single Instruction Multiple Data)extensions. This option may only be specified if -tp4 is also specified.
When the -sse2 option is used in the link phase in conjunction with -ssl2 or -blas, it causes the SSE2 optimized versions of these libraries to be linked.
When the -sse2 option is used in the link phase in conjunction with -lapack, it causes the SSE2 optimized version of the underlying BLAS library to be linked.
The -sse2 option is set using the Fortran|Optimization|SSE2 property. This option can be set on the property page for the project or source file.