[llvm-branch-commits] [clang] 12f17d1 - [docs] Add missing Clang release note.
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Apr 20 01:17:11 PDT 2023
Author: Tobias Hieta
Date: 2023-04-20T10:16:44+02:00
New Revision: 12f17d196effb2621023623d4ab2129566cf593f
URL: https://github.com/llvm/llvm-project/commit/12f17d196effb2621023623d4ab2129566cf593f
DIFF: https://github.com/llvm/llvm-project/commit/12f17d196effb2621023623d4ab2129566cf593f.diff
LOG: [docs] Add missing Clang release note.
Adding this on behalf of yueh.ting.chen at gmail.com.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b5ce92d5b8ce4..215c6857dd2ea 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1052,6 +1052,7 @@ RISC-V Support
- Note that the RISC-V Vector C intrinsics are still under development. The RVV
C Intrinsic Task Group is working towards a ratified v1.0.
- The rvv-intrinsic-doc provides `compatible headers <https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/master/auto-generated/rvv-v0p10-compatible-headers>`_ for transition from the previous implemented version to the current (v0.11) version.
+- Clang now supports `v0.11 RVV intrinsics <https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/v0.11.x>`_.
CUDA/HIP Language Changes in Clang
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the llvm-branch-commits
mailing list