Controls the generation of SSE instructions for single-precision floating point operations.
#pragma sse on | off | reset
NOTE When enabled, the autovectorize loops option (#pragma opt_vectorize_loops on) will use these instructions if possible.
This pragma corresponds to the Use extended instructions setting in the x86 CodeGen panel setting or #pragma use_extinst on. The default settings is off.