Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-19DD48B5-56E5-4ECD-9BBD-C759D94F1901
Visible to Intel only — GUID: GUID-19DD48B5-56E5-4ECD-9BBD-C759D94F1901
vec-guard-write, Qvec-guard-write
Tells the compiler to perform a conditional check in a vectorized loop.
Linux: |
-vec-guard-write -no-vec-guard-write |
macOS: |
-vec-guard-write -no-vec-guard-write |
Windows: |
/Qvec-guard-write /Qvec-guard-write- |
None
-vec-guard-write |
The compiler performs a conditional check in a vectorized loop. |
This option tells the compiler to perform a conditional check in a vectorized loop. This checking avoids unnecessary stores and may improve performance.
None