Skip to content

Commit

Permalink
Remove VL argument from vmv.x.s intrinsics examples.
Browse files Browse the repository at this point in the history
Fixes part #387 

Signed-off-by: Craig Topper <craig.topper@sifive.com>
  • Loading branch information
topperc authored and rofirrim committed Feb 24, 2025
1 parent baab9a9 commit 06a8dba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/rvv-intrinsic-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ Only encoding the return type will cause naming collisions for the permutation i

[,c]
----
int8_t __riscv_vmv_x_s_i8m1_i8 (vint8m1_t vs2, size_t vl);
int8_t __riscv_vmv_x_s_i8m2_i8 (vint8m2_t vs2, size_t vl);
int8_t __riscv_vmv_x_s_i8m4_i8 (vint8m4_t vs2, size_t vl);
int8_t __riscv_vmv_x_s_i8m8_i8 (vint8m8_t vs2, size_t vl);
int8_t __riscv_vmv_x_s_i8m1_i8 (vint8m1_t vs2);
int8_t __riscv_vmv_x_s_i8m2_i8 (vint8m2_t vs2);
int8_t __riscv_vmv_x_s_i8m4_i8 (vint8m4_t vs2);
int8_t __riscv_vmv_x_s_i8m8_i8 (vint8m8_t vs2);
----

==== Reduction instructions
Expand Down

0 comments on commit 06a8dba

Please sign in to comment.