From: Nadav Rotem Date: Fri, 4 Jan 2013 19:00:42 +0000 (+0000) Subject: Add linpack-pc bench X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=014e19c2ca73e56638475924e081b2c942238b0a;p=platform%2Fupstream%2Fllvm.git Add linpack-pc bench llvm-svn: 171499 --- diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index bbf337c..f3cbc42 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/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/llvm/docs/linpack-pc.png b/llvm/docs/linpack-pc.png new file mode 100644 index 0000000..4294892 Binary files /dev/null and b/llvm/docs/linpack-pc.png differ