Closed
Description
hi friends,
I do my work on risc-v branch,but meet some errors:
symm_lcopy_rvv_v1.c:38:#define VID_V_INT vid_v_i32m2
symm_lcopy_rvv_v1.c:51:#define VID_V_INT vid_v_i64m2
trmm_lncopy_rvv_v1.c:40:#define VID_V_UINT vid_v_i32m2
symm_ucopy_rvv_v1.c:38:#define VID_V_INT vid_v_i32m2
symm_ucopy_rvv_v1.c:51:#define VID_V_INT vid_v_i64m2
But in https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/master/auto-generated/intrinsic_funcs.md has no vid_v_i32m2 function and only vid_v_u32m2
by the way, in kernel/riscv64/trmm_lncopy_rvv_v1.c
the macro naming is confusing
#define VID_V_UINT vid_v_i32m2 ------> vid_v_u32m2
#define VMSGTU_VX_UINT vmsgt_vx_i32m2_b16 ------> vmsgtu_vx_u32m2_b16
#define VMSEQ_VX_UINT vmseq_vx_i32m2_b16 ------> vmseq_vx_u32m2_b16
thanks
Metadata
Metadata
Assignees
Labels
No labels