From 362c29298096922fc2f679d71c98edec7aa91df2 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 5 Dec 2013 14:40:42 +0000 Subject: [PATCH] sync --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16647471..8d3f88df 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Clang dynamic analysis: LDFLAGS="-fsanitize=thread -fPIC -pie" \ ./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="$FLAGS -ftree-vectorize -fdump-tree-vect-details"