[llvm-branch-commits] [clang] d0f4beb - [Doc][Release] Add link to compatible header for the RVV intrinsics into the release note
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Feb 12 00:25:31 PST 2023
Author: eopXD
Date: 2023-02-12T00:24:57-08:00
New Revision: d0f4bebc40307399c4a498e055517f9594ac50af
URL: https://github.com/llvm/llvm-project/commit/d0f4bebc40307399c4a498e055517f9594ac50af
DIFF: https://github.com/llvm/llvm-project/commit/d0f4bebc40307399c4a498e055517f9594ac50af.diff
LOG: [Doc][Release] Add link to compatible header for the RVV intrinsics into the release note
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index dfe164756673a..dffe19a34d18f 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -892,6 +892,7 @@ RISC-V Support in Clang
`riscv-non-isa/riscv-c-api-doc#31 <https://github.com/riscv-non-isa/riscv-c-api-doc/pull/31>`_.
- 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.
X86 Support in Clang
--------------------
More information about the llvm-branch-commits
mailing list