Add linpack-pc bench
authorNadav Rotem <nrotem@apple.com>
Fri, 4 Jan 2013 19:00:42 +0000 (19:00 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 4 Jan 2013 19:00:42 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171499 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Vectorizers.rst
docs/linpack-pc.png [new file with mode: 0644]

index bbf337cec9516bc8aa34a48b30ea8cda822e72ee..f3cbc42dc07a661ef8055342c6712a415708a05d 100644 (file)
@@ -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
diff --git a/docs/linpack-pc.png b/docs/linpack-pc.png
new file mode 100644 (file)
index 0000000..4294892
Binary files /dev/null and b/docs/linpack-pc.png differ