Autotools update
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.
Adds --disable-vec
option to add the following flags:
-fno-tree-vectorize
-no-vec -no-simd
-fno-vectorize -fno-slp-vectorize"
There is no --enable-vec
, that is a noop.