Intel® Fortran Compiler Classic and Intel® Fortran Compiler 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. This feature is only available for ifort.
Syntax
Linux: |
-vec-guard-write -no-vec-guard-write |
Windows: |
/Qvec-guard-write /Qvec-guard-write- |
Arguments
None
Default
-vec-guard-write |
The compiler performs a conditional check in a vectorized loop. |
Description
This option tells the compiler to perform a conditional check in a vectorized loop. This checking avoids unnecessary stores and may improve performance.
IDE Equivalent
Alternate Options
None