[llvm-commits] [llvm] r170513 - /llvm/trunk/docs/Vectorizers.rst
Nadav Rotem
nrotem at apple.com
Wed Dec 19 00:43:06 PST 2012
Author: nadav
Date: Wed Dec 19 02:43:05 2012
New Revision: 170513
URL: http://llvm.org/viewvc/llvm-project?rev=170513&view=rev
Log:
DOC: fix the url format.
Modified:
llvm/trunk/docs/Vectorizers.rst
Modified: llvm/trunk/docs/Vectorizers.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Vectorizers.rst?rev=170513&r1=170512&r2=170513&view=diff
==============================================================================
--- llvm/trunk/docs/Vectorizers.rst (original)
+++ llvm/trunk/docs/Vectorizers.rst Wed Dec 19 02:43:05 2012
@@ -192,9 +192,9 @@
^^^^^^^^^^^
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.
More information about the llvm-commits
mailing list