diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index 0b0a4fb925dc56ad7f9ab7a4d53df5fbca37f52e..de1ad7b5d3972aa168f414f28f02070eac4b14f3 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -2154,7 +2154,7 @@ Loop Distribution allows splitting a loop into multiple loops. This is beneficial for example when the entire loop cannot be vectorized but some of the resulting loops can. -If ``distribute(enable))'' is specified and the loop has memory dependencies +If ``distribute(enable))`` is specified and the loop has memory dependencies that inhibit vectorization, the compiler will attempt to isolate the offending operations into a new loop. This optimization is not enabled by default, only loops marked with the pragma are considered.