Skip to content

On risc-v branch meet some errors #3889

Closed
@sz-ok

Description

@sz-ok

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions