diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2022-03-14 09:44:33 +0000 |
---|---|---|
committer | Sander de Smalen <sander.desmalen@arm.com> | 2022-03-14 09:44:55 +0000 |
commit | 329fda39c507e8740978d10458451dcdb21563be (patch) | |
tree | e5217048bc6bbe3a916dab43b070239890a8475c | |
parent | 69ba522c58d0cf43097a08087b1b31d6edb46706 (diff) | |
download | llvm-llvmorg-14.0.0.zip llvm-llvmorg-14.0.0.tar.gz llvm-llvmorg-14.0.0.tar.bz2 |
NFC: Mention auto-vec support for SVE in release notes.llvmorg-14.0.0
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index e8934f7..b2d8d8c 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -82,6 +82,7 @@ Changes to the AArch64 Backend "tune-cpu" attribute is absent it tunes according to the "target-cpu". * Fixed relocations against temporary symbols (e.g. in jump tables and constant pools) in large COFF object files. +* Auto-vectorization now targets SVE by default when available. Changes to the ARM Backend -------------------------- |