ivdep-parallel, Qivdep-parallel

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

IDE Equivalent

Windows: None

Linux: Optimization > IVDEP Directive Memory Dependency

Mac OS X: None

Architectures

IA-64 architecture

Syntax

Linux:

-ivdep-parallel

Mac OS X:

None

Windows:

/Qivdep-parallel

Arguments

None

Default

OFF

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

Description

This option tells the compiler that there is no loop-carried memory dependency in the loop following an IVDEP There may be loop-carried memory dependency in a loop that follows an IVDEP pragma.

Alternate Options

None