diff options
| author | Sean Silva <silvas@purdue.edu> | 2012-12-21 00:28:42 +0000 |
|---|---|---|
| committer | Sean Silva <silvas@purdue.edu> | 2012-12-21 00:28:42 +0000 |
| commit | 850861df62cc5247f0d71601ee7225d1efb717fb (patch) | |
| tree | 58b619d775383d6d55f20f6c30fa1e44dd0de69d /llvm | |
| parent | 06a18d7d56dba3a344064b3522b6cd774ad33812 (diff) | |
| download | bcm5719-llvm-850861df62cc5247f0d71601ee7225d1efb717fb.tar.gz bcm5719-llvm-850861df62cc5247f0d71601ee7225d1efb717fb.zip | |
docs: More robust image scaling fix.
Hopefully these benchmarks will be updated in the future, so avoid
hardcoding image dimensions.
llvm-svn: 170819
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/Vectorizers.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index c6ec840fd12..61b72092414 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/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: |

