aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Vectorizers.rst
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-12-19 08:43:05 +0000
committerNadav Rotem <nrotem@apple.com>2012-12-19 08:43:05 +0000
commit0575429d14f2a81a1808133920d2820b1f83357f (patch)
tree9368113292abd96c586bb028b5a9da7a60f67c30 /docs/Vectorizers.rst
parent88ef514cc63c3f22f78eaf4dd295d349b4070819 (diff)
downloadexternal_llvm-0575429d14f2a81a1808133920d2820b1f83357f.zip
external_llvm-0575429d14f2a81a1808133920d2820b1f83357f.tar.gz
external_llvm-0575429d14f2a81a1808133920d2820b1f83357f.tar.bz2
DOC: fix the url format.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Vectorizers.rst')
-rw-r--r--docs/Vectorizers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst
index b60e46d..84fef67 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 <http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vectorizer/>`._
+`gcc-loops <http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vectorizer/>`_.
This benchmarks is a collection of loops from the GCC autovectorization
-`page <http://gcc.gnu.org/projects/tree-ssa/vectorization.html>` by Dorit Nuzman._
+`page <http://gcc.gnu.org/projects/tree-ssa/vectorization.html>`_ 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.