Skip to content

Commit 83f05df

Browse files
author
Nick Knight
authored
Fix AsciiDoc syntax error
Signed-off-by: Nick Knight <[email protected]>
1 parent 948463c commit 83f05df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-cc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ member. The size of any object is a multiple of its alignment.
595595
=== Fixed-length vector
596596

597597
Various compilers have support for fixed-length vector types, for example GCC
598-
and Clang both support declaring a type with `__attribute__((vector_size(N))`,
598+
and Clang both support declaring a type with `\\__attribute__\((vector_size(N))`,
599599
where N is a positive number larger than zero.
600600

601601
The alignment requirement for the fixed length vector shall be equivalent to the

0 commit comments

Comments
 (0)