Skip to content

Commit ca89636

Browse files
authored
Merge pull request #433 from nick-knight/patch-2
Fix AsciiDoc syntax error
2 parents 948463c + 83f05df commit ca89636

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)