ivdep-parallel, Qivdep-parallel

Tells the compiler that there is no loop-carried memory dependency in the loop following an IVDEP directive.

IDE Equivalent

None

Architectures

IntelŪ ItaniumŪ architecture

Syntax

Linux: -ivdep-parallel
Windows:  /Qivdep-parallel

Arguments

None

Default

OFF There may be loop-carried memory dependency in a loop that follows an IVDEP directive.

Description

This option tells the compiler that there is no loop-carried memory dependency in the loop following an IVDEP directive.
This has the same effect as specifying the IVDEP:LOOP directive.

Alternate Options

Linux: -ivdep_parallel
Windows: /Qivdep_parallel

See Also

Optimizing Applications: Absence of Loop-carried Memory Dependency with IVDEP Directive