how to disable vectorization

Tim Prince tprince818.tp@gmail.com
Sat Nov 14 21:33:00 GMT 2015


Now that gfortran 6.0 has become aggressive enough on vectorization to
reduce performance in some cases, is there an equivalent to:
gcc (by function): __attribute__((optimize("no-tree-vectorize")))
or ifort (by DO loop) !dir$ novector ?



More information about the Fortran mailing list