diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index 61b72092414..0d5e349e60d 100644 --- a/docs/Vectorizers.rst +++ b/docs/Vectorizers.rst @@ -183,6 +183,18 @@ 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