Skip to content

Commit

Permalink
Fix AsciiDoc syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Knight <[email protected]>
  • Loading branch information
Nick Knight authored Apr 9, 2024
1 parent 948463c commit 83f05df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-cc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ member. The size of any object is a multiple of its alignment.
=== Fixed-length vector

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

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

0 comments on commit 83f05df

Please sign in to comment.