X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FVectorizers.rst;h=65c19aa2bc0cbfa4f7c0c9f88a91c2b2779a7368;hb=b2446842b94700fdb401696460ad47fde6a982af;hp=2b702179bf283e497f6b0436af232d697d54e62d;hpb=9487d2ad4ccba1ec6cd216d36ac0e73722bc7625;p=oota-llvm.git diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index 2b702179bf2..65c19aa2bc0 100644 --- a/docs/Vectorizers.rst +++ b/docs/Vectorizers.rst @@ -366,7 +366,7 @@ The decision to unroll the loop depends on the register pressure and the generat Performance ----------- -This section shows the the execution time of Clang on a simple benchmark: +This section shows the execution time of Clang on a simple benchmark: `gcc-loops `_. This benchmarks is a collection of loops from the GCC autovectorization `page `_ by Dorit Nuzman.