diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-01-04 19:00:42 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-01-04 19:00:42 +0000 |
commit | 13410a11e7247ed9d7841e219fdcdc93427c039e (patch) | |
tree | f95d4c5f92f7de362fe1e6693e3d2b1243b0f91f /docs/Vectorizers.rst | |
parent | 29d3c61624f4235bee7c8662ab1bb61144fded31 (diff) | |
download | external_llvm-13410a11e7247ed9d7841e219fdcdc93427c039e.zip external_llvm-13410a11e7247ed9d7841e219fdcdc93427c039e.tar.gz external_llvm-13410a11e7247ed9d7841e219fdcdc93427c039e.tar.bz2 |
Add linpack-pc bench
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Vectorizers.rst')
-rw-r--r-- | docs/Vectorizers.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index bbf337c..f3cbc42 100644 --- a/docs/Vectorizers.rst +++ b/docs/Vectorizers.rst @@ -263,6 +263,10 @@ The Y-axis shows the time in msec. Lower is better. The last column shows the ge .. image:: gcc-loops.png +And Linpack-pc with the same configuration. Result is Mflops, higher is better. + +.. image:: linpack-pc.png + .. _bb-vectorizer: The Basic Block Vectorizer |