Previous: VECTOR directive, Up: GNU Fortran Compiler Directives [Contents][Index]
7.2.6 NOVECTOR directive
The syntax of the directive is
!GCC$ novector
This directive tells the compiler to not vectorize the following loop.
It must be placed immediately before a DO
loop and applies only
to the loop that follows.