[llvm] 3e40000 - [doc][RISCV] Add missed release note about vector crypto extension update
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 10:32:34 PDT 2023
Author: Alex Bradbury
Date: 2023-04-20T18:30:53+01:00
New Revision: 3e4000034abef0df8a5c4e6ee11e293815a04504
URL: https://github.com/llvm/llvm-project/commit/3e4000034abef0df8a5c4e6ee11e293815a04504
DIFF: https://github.com/llvm/llvm-project/commit/3e4000034abef0df8a5c4e6ee11e293815a04504.diff
LOG: [doc][RISCV] Add missed release note about vector crypto extension update
I meant to fold this into cb7dffdc9a83f400410657431bda14e79f6e0176 but
failed to do so.
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 7678a2985337..aef940a63cf0 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -167,6 +167,8 @@ Changes to the RISC-V Backend
RISC-V psABI (for more details see the
`psABI discussion <https://github.com/riscv-non-isa/riscv-elf-psabi-doc/issues/370>`_).
* Added support for Zfa extension version 0.2.
+* Updated support experimental vector crypto extensions to version 0.5.1 of
+ the specification.
Changes to the WebAssembly Backend
----------------------------------
More information about the llvm-commits
mailing list