summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/Vectorizers.rst4
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.
OpenPOWER on IntegriCloud