Skip to content

Commit

Permalink
Update riscv-cc.adoc
Browse files Browse the repository at this point in the history
Signed-off-by: Kito Cheng <[email protected]>
  • Loading branch information
kito-cheng authored Dec 2, 2024
1 parent 7e9d68c commit 094be88
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 @@ -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]
===
Expand Down

0 comments on commit 094be88

Please sign in to comment.