sse

Controls the generation of SSE instructions for single-precision floating point operations.

Syntax

#pragma sse on | off | reset

Targets
Intel x86
Remarks

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.