projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426914a
)
docs: Prevent image scaling.
author
Sean Silva
<silvas@purdue.edu>
Fri, 21 Dec 2012 00:20:25 +0000
(
00:20
+0000)
committer
Sean Silva
<silvas@purdue.edu>
Fri, 21 Dec 2012 00:20:25 +0000
(
00:20
+0000)
Tell the image to be its natural size.
llvm-svn: 170816
llvm/docs/Vectorizers.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/Vectorizers.rst
b/llvm/docs/Vectorizers.rst
index
5ec3da4
..
c6ec840
100644
(file)
--- 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: