mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
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
This commit is contained in:
@@ -164,7 +164,7 @@ memory accesses.
|
|||||||
}
|
}
|
||||||
|
|
||||||
Vectorization of Mixed Types
|
Vectorization of Mixed Types
|
||||||
--------------------------
|
----------------------------
|
||||||
|
|
||||||
The Loop Vectorizer can vectorize programs with mixed types. The Vectorizer
|
The Loop Vectorizer can vectorize programs with mixed types. The Vectorizer
|
||||||
cost model can estimate the cost of the type conversion and decide if
|
cost model can estimate the cost of the type conversion and decide if
|
||||||
@@ -178,7 +178,7 @@ vectorization is profitable.
|
|||||||
}
|
}
|
||||||
|
|
||||||
Vectorization of function calls
|
Vectorization of function calls
|
||||||
--------------------------
|
-------------------------------
|
||||||
|
|
||||||
The Loop Vectorize can vectorize intrinsic math functions.
|
The Loop Vectorize can vectorize intrinsic math functions.
|
||||||
See the table below for a list of these functions.
|
See the table below for a list of these functions.
|
||||||
|
Reference in New Issue
Block a user