summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Hieta <tobias@hieta.se>2023-04-20 10:15:12 +0200
committerTobias Hieta <tobias@hieta.se>2023-04-20 10:16:44 +0200
commit12f17d196effb2621023623d4ab2129566cf593f (patch)
tree4b1aa003b891ea30e817720d52f136f6111a6736
parent6e5368c3967a68e6b5bd047c7ec606e4c7348c8d (diff)
downloadllvm-12f17d196effb2621023623d4ab2129566cf593f.tar.gz
[docs] Add missing Clang release note.
Adding this on behalf of yueh.ting.chen@gmail.com.
-rw-r--r--clang/docs/ReleaseNotes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b5ce92d5b8ce..215c6857dd2e 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^