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

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


Author: silvas
Date: Thu Dec 20 18:28:42 2012
New Revision: 170819

URL: http://llvm.org/viewvc/llvm-project?rev=170819&view=rev
Log:
docs: More robust image scaling fix.

Hopefully these benchmarks will be updated in the future, so avoid
hardcoding image dimensions.

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=170819&r1=170818&r2=170819&view=diff
==============================================================================
--- llvm/trunk/docs/Vectorizers.rst (original)
+++ llvm/trunk/docs/Vectorizers.rst Thu Dec 20 18:28:42 2012
@@ -213,8 +213,6 @@
 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:
 





More information about the llvm-commits mailing list