diff options
author | Sean Silva <silvas@purdue.edu> | 2012-12-21 00:20:25 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-12-21 00:20:25 +0000 |
commit | 35915c64592c100f4c0962a28ab564a54f0cd77e (patch) | |
tree | ccf852a34c1c1c64d84cbba8cf221d434a04d6f3 /llvm/docs/Vectorizers.rst | |
parent | 426914a549e1d3aa75f759de77e71cae9dd61fe9 (diff) | |
download | bcm5719-llvm-35915c64592c100f4c0962a28ab564a54f0cd77e.tar.gz bcm5719-llvm-35915c64592c100f4c0962a28ab564a54f0cd77e.zip |
docs: Prevent image scaling.
Tell the image to be its natural size.
llvm-svn: 170816
Diffstat (limited to 'llvm/docs/Vectorizers.rst')
-rw-r--r-- | llvm/docs/Vectorizers.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index 5ec3da43ac7..c6ec840fd12 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/Vectorizers.rst @@ -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: |