docs: Prevent image scaling.
authorSean Silva <silvas@purdue.edu>
Fri, 21 Dec 2012 00:20:25 +0000 (00:20 +0000)
committerSean Silva <silvas@purdue.edu>
Fri, 21 Dec 2012 00:20:25 +0000 (00:20 +0000)
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

docs/Vectorizers.rst

index 5ec3da43ac7a660950f710810fca7cfb877ece8c..c6ec840fd120e556ae4f7dc672e0e2c12f7e079d 100644 (file)
@@ -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: