diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 75a6fd1ca10..bc3ce643888 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -466,6 +466,10 @@ Release Notes.

In addition to many minor performance tweaks and bug fixes, this release includes a few major enhancements and additions to the optimizers:

+

Loop Vectorizer - We've added a basic loop vectorizer and we are now able + to vectorize small loops. In this release the loop vectorizer is only + available using the stand alone command line tools.

+