11.2.5 NOVECTOR Directive (VAX only)

The NOVECTOR directive tells the compiler not to vectorize the DO loop following the directive. This is useful in cases where the vectorized form would not perform as well as the scalar form. The NOVECTOR directive takes the following form:

cDEC$ NOVECTOR
c
Is the letter or character that introduces the directive tag (see Section 11.1).

The NOVECTOR directive must precede the DO statement for each DO loop to which you want the directive to apply. No source code lines, other than the following, can be placed between the NOVECTOR directive statement and the DO statement:

For More Information:

For more details on the NOVECTOR directive, see your performance guide.


Previous Page Next Page Table of Contents