Skip to content

Autotools update

Peter W. Draper requested to merge autotools-update into master

Adds --disable-vec option to add the following flags:

  • GCC: -fno-tree-vectorize
  • ICC: -no-vec -no-simd
  • CLANG: -fno-vectorize -fno-slp-vectorize"

There is no --enable-vec, that is a noop.

Merge request reports