diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0ef8f3d1f37..9a1b547b4a5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -468,7 +468,10 @@ Release Notes.

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 -mllvm -vectorize flag.
+ can be enabled using the -mllvm -vectorize flag. + The SIMD vector width can be specified using the flag + -mllvm -force-vector-width=4. +
We can now vectorize this code: