We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baab9a9 commit 06a8dbaCopy full SHA for 06a8dba
doc/rvv-intrinsic-spec.adoc
@@ -243,10 +243,10 @@ Only encoding the return type will cause naming collisions for the permutation i
243
244
[,c]
245
----
246
-int8_t __riscv_vmv_x_s_i8m1_i8 (vint8m1_t vs2, size_t vl);
247
-int8_t __riscv_vmv_x_s_i8m2_i8 (vint8m2_t vs2, size_t vl);
248
-int8_t __riscv_vmv_x_s_i8m4_i8 (vint8m4_t vs2, size_t vl);
249
-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);
250
251
252
==== Reduction instructions
0 commit comments