From: Sean Silva Date: Fri, 21 Dec 2012 00:28:42 +0000 (+0000) Subject: docs: More robust image scaling fix. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c92312115136acd22b9b390f8236e6eae7252a8c;p=oota-llvm.git 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 --- diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index c6ec840fd12..61b72092414 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: