diff options
-rw-r--r-- | docs/Vectorizers.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Vectorizers.rst b/docs/Vectorizers.rst index 2c5604496b..fa0f49c3dd 100644 --- a/docs/Vectorizers.rst +++ b/docs/Vectorizers.rst @@ -28,8 +28,6 @@ The vectorizer can be disabled using the command line: $ clang ... -fno-vectorize file.c -At this point the loop vectorizer is only enabled for -O3, and will not work for -O2 or -Os. - Command line flags ^^^^^^^^^^^^^^^^^^ |