Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Feb 17, 2024
1 parent b46a728 commit e9501a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/riscv/matchfinder_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ matchfinder_rebase_rvv(mf_pos_t *p, size_t size)
* (Vector Saturating Add, integer vector-scalar)
*/
v = __riscv_vsadd_vx_i16m8(v, (s16)-MATCHFINDER_WINDOW_SIZE,
vl);
VL);
__riscv_vse16_v_i16m8(p, v, vl);
p += vl;
size -= vl * sizeof(p[0]);
Expand Down

0 comments on commit e9501a1

Please sign in to comment.