From 83ccac71ff5458597f53c502b048052586ad4d41 Mon Sep 17 00:00:00 2001 From: Meador Inge Date: Wed, 19 Dec 2012 20:16:40 +0000 Subject: [PATCH] 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 --- docs/Vectorizers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index f585c630f94..5324ea025ce 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.