summaryrefslogtreecommitdiff
path: root/docs/Vectorizers.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-21 00:28:42 +0000
committerSean Silva <silvas@purdue.edu>2012-12-21 00:28:42 +0000
commitc92312115136acd22b9b390f8236e6eae7252a8c (patch)
tree171a7b86c33d1b8acee9287e9253ac5478358444 /docs/Vectorizers.rst
parent2552c0964d355d4302875f3ee99d583466f5172a (diff)
downloadllvm-c92312115136acd22b9b390f8236e6eae7252a8c.tar.gz
llvm-c92312115136acd22b9b390f8236e6eae7252a8c.tar.bz2
llvm-c92312115136acd22b9b390f8236e6eae7252a8c.tar.xz
docs: More robust image scaling fix.
Hopefully these benchmarks will be updated in the future, so avoid hardcoding image dimensions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Vectorizers.rst')
-rw-r--r--docs/Vectorizers.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst
index c6ec840fd1..61b7209241 100644
--- a/docs/Vectorizers.rst
+++ b/docs/Vectorizers.rst
@@ -213,8 +213,6 @@ The chart below compares GCC-4.7, ICC-13, and Clang-SVN with and without loop ve
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
- :width: 886
- :height: 331
.. _bb-vectorizer: