aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.