From 0575429d14f2a81a1808133920d2820b1f83357f Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Wed, 19 Dec 2012 08:43:05 +0000 Subject: [PATCH] DOC: fix the url format. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170513 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Vectorizers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.