aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Vectorizers.rst4
-rw-r--r--docs/gcc-loops.pngbin16653 -> 20889 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst
index 5324ea025c..e49d44c1bb 100644
--- a/docs/Vectorizers.rst
+++ b/docs/Vectorizers.rst
@@ -203,8 +203,8 @@ This section shows the the execution time of Clang on a simple benchmark:
This benchmarks is a collection of loops from the GCC autovectorization
`page <http://gcc.gnu.org/projects/tree-ssa/vectorization.html>`_ by Dorit Nuzman.
-The chart below compares GCC-4.7, ICC-13, and Clang-SVN at -O3, running on a Sandybridge.
-The Y-axis shows time in msec. Lower is better.
+The chart below compares GCC-4.7, ICC-13, and Clang-SVN with and without loop vectorization at -O3, tuned for "corei7-avx", running on a Sandybridge iMac.
+The Y-axis shows the time in msec. Lower is better. The last column shows the geomean of all the kernels.
.. image:: gcc-loops.png
diff --git a/docs/gcc-loops.png b/docs/gcc-loops.png
index e178146bed..96fefde45e 100644
--- a/docs/gcc-loops.png
+++ b/docs/gcc-loops.png
Binary files differ