[llvm-commits] [llvm] r170582 - /llvm/trunk/docs/Vectorizers.rst
Meador Inge
meadori at codesourcery.com
Wed Dec 19 12:16:40 PST 2012
Author: meadori
Date: Wed Dec 19 14:16:40 2012
New Revision: 170582
URL: http://llvm.org/viewvc/llvm-project?rev=170582&view=rev
Log:
docs: Fix title underline warnings
Building Vectorizers.rst produces a few warnings of the form:
WARNING: Title underline too short.
Fixed by adding the extra needed dashes under the title.
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=170582&r1=170581&r2=170582&view=diff
==============================================================================
--- llvm/trunk/docs/Vectorizers.rst (original)
+++ llvm/trunk/docs/Vectorizers.rst Wed Dec 19 14:16:40 2012
@@ -164,7 +164,7 @@
}
Vectorization of Mixed Types
---------------------------
+----------------------------
The Loop Vectorizer can vectorize programs with mixed types. The Vectorizer
cost model can estimate the cost of the type conversion and decide if
@@ -178,7 +178,7 @@
}
Vectorization of function calls
---------------------------
+-------------------------------
The Loop Vectorize can vectorize intrinsic math functions.
See the table below for a list of these functions.
More information about the llvm-commits
mailing list