forked from OSchip/llvm-project
parent
65fe30450d
commit
a1d2436b5f
|
@ -183,18 +183,6 @@ vectorization is profitable.
|
|||
A[i] += 4 * B[i];
|
||||
}
|
||||
|
||||
|
||||
Vectorization of Special Idioms
|
||||
-------------------------------
|
||||
|
||||
The Loop Vectorizer can detect and vectorize
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
for ( k=1 ; k<n ; k++ ) {
|
||||
x[k] = x[k-1] + y[k];
|
||||
}
|
||||
|
||||
Vectorization of function calls
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Reference in New Issue