diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-08-14 19:42:19 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-08-14 19:42:19 +0000 |
| commit | 20089ece79f77e01a701f33ae580a628faef7443 (patch) | |
| tree | 7556191fb29aae714184b0d27ac6cafd2d054362 | |
| parent | 4b14e145d4b061fb001ca453e47aa843ca7430f3 (diff) | |
| download | bcm5719-llvm-20089ece79f77e01a701f33ae580a628faef7443.tar.gz bcm5719-llvm-20089ece79f77e01a701f33ae580a628faef7443.zip | |
[ReleaseNotes] Fix a typo
llvm-svn: 339718
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index b0588dc28c3..7dce9e2d60d 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -177,7 +177,7 @@ Changes to the Hexagon Target * Hexagon now supports auto-vectorization for HVX. It is disabled by default and can be turned on with ``-fvectorize``. For auto-vectorization to take - effect, code genration for HVX needs to be enabled with ``-mhvx``. + effect, code generation for HVX needs to be enabled with ``-mhvx``. The complete set of options should include ``-fvectorize``, ``-mhvx``, and ``-mhvx-length={64b|128b}``. |

