summaryrefslogtreecommitdiff
path: root/docs/Vectorizers.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-21 00:20:25 +0000
committerSean Silva <silvas@purdue.edu>2012-12-21 00:20:25 +0000
commit2552c0964d355d4302875f3ee99d583466f5172a (patch)
tree65ac9ab5be04b4ef8604296c82f7119041dd16a9 /docs/Vectorizers.rst
parent55306bdea5d2d53be39f3ac59fadf5220ee6b5d0 (diff)
downloadllvm-2552c0964d355d4302875f3ee99d583466f5172a.tar.gz
llvm-2552c0964d355d4302875f3ee99d583466f5172a.tar.bz2
llvm-2552c0964d355d4302875f3ee99d583466f5172a.tar.xz
docs: Prevent image scaling.
Tell the image to be its natural size. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170816 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Vectorizers.rst')
-rw-r--r--docs/Vectorizers.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst
index 5ec3da43ac..c6ec840fd1 100644
--- a/docs/Vectorizers.rst
+++ b/docs/Vectorizers.rst
@@ -213,7 +213,8 @@ 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: 100%
+ :width: 886
+ :height: 331
.. _bb-vectorizer: