Tells the compiler to perform a conditional check in a vectorized loop.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -vec-guard-write -no-vec-guard-write |
Windows: | /Qvec-guard-write /Qvec-guard-write- |
None
-no-vec-guard-write |
The compiler uses default heuristics when checking vectorized loops. |
This option tells the compiler to perform a conditional check in a vectorized loop. This checking avoids unnecessary stores and may improve performance.
None