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)
llvm-svn: 171499

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

index bbf337c..f3cbc42 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/llvm/docs/linpack-pc.png b/llvm/docs/linpack-pc.png
new file mode 100644 (file)
index 0000000..4294892
Binary files /dev/null and b/llvm/docs/linpack-pc.png differ