From d3aeedcd47cb9ac29769716c1eed6d5b80b45728 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 25 Jan 2024 19:19:28 -0800 Subject: [PATCH] [Docs] Fix documentation build. Missing ending `` after c92ad411f2f94d8521cd18abcb37285f9a390ecb --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 45d1ab34d0f931..2f4fe8bf7556e7 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -1227,7 +1227,7 @@ RISC-V Support - Default ABI with F but without D was changed to ilp32f for RV32 and to lp64f for RV64. -- ``__attribute__((rvv_vector_bits(N))) is now supported for RVV vbool*_t types. +- ``__attribute__((rvv_vector_bits(N)))`` is now supported for RVV vbool*_t types. CUDA/HIP Language Changes ^^^^^^^^^^^^^^^^^^^^^^^^^