[llvm-commits] [llvm] r170816 - /llvm/trunk/docs/Vectorizers.rst

Sean Silva silvas at purdue.edu
Thu Dec 20 16:20:25 PST 2012


Author: silvas
Date: Thu Dec 20 18:20:25 2012
New Revision: 170816

URL: http://llvm.org/viewvc/llvm-project?rev=170816&view=rev
Log:
docs: Prevent image scaling.

Tell the image to be its natural size.

Modified:
    llvm/trunk/docs/Vectorizers.rst

Modified: llvm/trunk/docs/Vectorizers.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Vectorizers.rst?rev=170816&r1=170815&r2=170816&view=diff
==============================================================================
--- llvm/trunk/docs/Vectorizers.rst (original)
+++ llvm/trunk/docs/Vectorizers.rst Thu Dec 20 18:20:25 2012
@@ -213,7 +213,8 @@
 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:
 





More information about the llvm-commits mailing list