diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-12-19 08:43:05 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-12-19 08:43:05 +0000 |
commit | 0575429d14f2a81a1808133920d2820b1f83357f (patch) | |
tree | 9368113292abd96c586bb028b5a9da7a60f67c30 /docs/Vectorizers.rst | |
parent | 88ef514cc63c3f22f78eaf4dd295d349b4070819 (diff) |
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.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index b60e46dbca..84fef67845 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. |