diff options
author | Meador Inge <meadori@codesourcery.com> | 2012-12-19 20:16:40 +0000 |
---|---|---|
committer | Meador Inge <meadori@codesourcery.com> | 2012-12-19 20:16:40 +0000 |
commit | 0fbf321af2f98fe82bb1abb0dda972419bc57fd1 (patch) | |
tree | 36359cd39b65e7c377ea698c9ae1ee86b71f5a64 /llvm/docs/Vectorizers.rst | |
parent | eae6d2ccea2df8de064758feb316543631183408 (diff) | |
download | bcm5719-llvm-0fbf321af2f98fe82bb1abb0dda972419bc57fd1.tar.gz bcm5719-llvm-0fbf321af2f98fe82bb1abb0dda972419bc57fd1.zip |
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.
llvm-svn: 170582
Diffstat (limited to 'llvm/docs/Vectorizers.rst')
-rw-r--r-- | llvm/docs/Vectorizers.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index f585c630f94..5324ea025ce 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/Vectorizers.rst @@ -164,7 +164,7 @@ memory accesses. } 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 is profitable. } Vectorization of function calls --------------------------- +------------------------------- The Loop Vectorize can vectorize intrinsic math functions. See the table below for a list of these functions. |