From 73f146ccc13522608bfb82ce2f11735e2f3b04a5 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 040f29ab1fad392..468f42ea6fae436 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -1253,7 +1253,7 @@ RISC-V Support accesses may be created. ``-m[no-]strict-align`` applies to both scalar and vector. -- ``__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 ^^^^^^^^^^^^^^^^^^^^^^^^^