From 83f05df511ed3207650ce4d8bfeb394a05a52529 Mon Sep 17 00:00:00 2001 From: Nick Knight Date: Tue, 9 Apr 2024 13:34:49 -0700 Subject: [PATCH] Fix AsciiDoc syntax error Signed-off-by: Nick Knight --- riscv-cc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv-cc.adoc b/riscv-cc.adoc index 11cc6670..16c69679 100644 --- a/riscv-cc.adoc +++ b/riscv-cc.adoc @@ -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