Re: [PATCH 03/11] RISC-V: Implement vector SAT_TRUNC for signed integer

2024-10-14 Thread Robin Dapp
LGTM. -- Regards Robin

[PATCH 03/11] RISC-V: Implement vector SAT_TRUNC for signed integer

2024-10-14 Thread pan2 . li
From: Pan Li This patch would like to implement the sstrunc for vector signed integer. Form 1: #define DEF_VEC_SAT_S_TRUNC_FMT_1(NT, WT, NT_MIN, NT_MAX) \ void __attribute__((noinline))\ vec_sat_s_trunc_##NT##_##WT##_fmt_1 (NT *out, WT *i