This commit is contained in:
John Cupitt 2013-12-05 14:40:42 +00:00
parent fd47e26164
commit 362c292980
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Clang dynamic analysis:
LDFLAGS="-fsanitize=thread -fPIC -pie" \ LDFLAGS="-fsanitize=thread -fPIC -pie" \
./configure --prefix=/home/john/vips --disable-introspection ./configure --prefix=/home/john/vips --disable-introspection
Build with the GCC auto-vectorizer: Build with the GCC auto-vectorizer and diagnostics (or just -O3):
$ FLAGS="-O2 -msse4.2 -ffast-math" $ FLAGS="-O2 -msse4.2 -ffast-math"
$ FLAGS="$FLAGS -ftree-vectorize -fdump-tree-vect-details" $ FLAGS="$FLAGS -ftree-vectorize -fdump-tree-vect-details"