aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Vectorizers.rst
diff options
context:
space:
mode:
authorMeador Inge <meadori@codesourcery.com>2012-12-19 20:16:40 +0000
committerMeador Inge <meadori@codesourcery.com>2012-12-19 20:16:40 +0000
commit83ccac71ff5458597f53c502b048052586ad4d41 (patch)
tree3814f54c3c90e2ba78beae3ea39a08d211ffbc0d /docs/Vectorizers.rst
parent733c6b1db1a9a3f78da4fece933ccc7e509bfba0 (diff)
downloadexternal_llvm-83ccac71ff5458597f53c502b048052586ad4d41.zip
external_llvm-83ccac71ff5458597f53c502b048052586ad4d41.tar.gz
external_llvm-83ccac71ff5458597f53c502b048052586ad4d41.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170582 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Vectorizers.rst')
-rw-r--r--docs/Vectorizers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst
index f585c63..5324ea0 100644
--- a/docs/Vectorizers.rst
+++ b/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.