mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Document the -force-vector-width flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50bec6f8c4
commit
451f3199eb
@ -468,7 +468,10 @@ Release Notes</a>.</h1>
|
||||
|
||||
<p> Loop Vectorizer - We've added a loop vectorizer and we are now able to
|
||||
vectorize small loops. The loop vectorizer is disabled by default and
|
||||
can be enabled using the <b>-mllvm -vectorize</b> flag. <br/>
|
||||
can be enabled using the <b>-mllvm -vectorize</b> flag.
|
||||
The SIMD vector width can be specified using the flag
|
||||
<b>-mllvm -force-vector-width=4</b>.
|
||||
<br/>
|
||||
We can now vectorize this code:
|
||||
|
||||
<pre class="doc_code">
|
||||
|
Loading…
Reference in New Issue
Block a user