From: Nadav Rotem Date: Wed, 19 Dec 2012 08:43:05 +0000 (+0000) Subject: DOC: fix the url format. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0575429d14f2a81a1808133920d2820b1f83357f;p=oota-llvm.git DOC: fix the url format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170513 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index b60e46dbca0..84fef67845a 100644 --- a/docs/Vectorizers.rst +++ b/docs/Vectorizers.rst @@ -192,9 +192,9 @@ Performance ^^^^^^^^^^^ This section shows the the execution time of Clang on a simple benchmark: -`gcc-loops `._ +`gcc-loops `_. This benchmarks is a collection of loops from the GCC autovectorization -`page ` by Dorit Nuzman._ +`page `_ by Dorit Nuzman._ The chart below compares GCC-4.7, ICC-13, and Clang-SVN at -O3, running on a Sandybridge. The Y-axis shows time in msec. Lower is better.