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 ?