diff --git a/riscv-cc.adoc b/riscv-cc.adoc index 9d70387e..86f15346 100644 --- a/riscv-cc.adoc +++ b/riscv-cc.adoc @@ -473,7 +473,7 @@ with an optimized library with larger ABI_VLEN for better utilization of those cores with longer VLEN. A fixed-length vector argument is passed in a vector argument register if the -size of the vector is no more than ABI_VLEN bits. +size of the vector is less than or equal to ABI_VLEN bit. [NOTE] ===