From: Nadav Rotem Date: Fri, 4 Jan 2013 19:00:42 +0000 (+0000) Subject: Add linpack-pc bench X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13410a11e7247ed9d7841e219fdcdc93427c039e;p=oota-llvm.git Add linpack-pc bench git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171499 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index bbf337cec95..f3cbc42dc07 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 diff --git a/docs/linpack-pc.png b/docs/linpack-pc.png new file mode 100644 index 00000000000..4294892d0d1 Binary files /dev/null and b/docs/linpack-pc.png differ