RE: [PATCH v1] RISC-V: Support FP16 for RVV VRGATHEREI16 intrinsic

2023-09-04 Thread Li, Pan2 via Gcc-patches
Committed, thanks Kito. Pan -Original Message- From: Kito Cheng Sent: Monday, September 4, 2023 3:29 PM To: Li, Pan2 Cc: gcc-patches@gcc.gnu.org; Wang, Yanzhang ; juzhe.zh...@rivai.ai Subject: Re: [PATCH v1] RISC-V: Support FP16 for RVV VRGATHEREI16 intrinsic LGTM On Mon, Sep 4

Re: [PATCH v1] RISC-V: Support FP16 for RVV VRGATHEREI16 intrinsic

2023-09-04 Thread Kito Cheng via Gcc-patches
LGTM On Mon, Sep 4, 2023 at 3:18 PM Pan Li via Gcc-patches wrote: > > From: Pan Li > > This patch would like to add FP16 support for the VRGATHEREI16 > intrinsic. Aka: > > * __riscv_vrgatherei16_vv_f16mf4 > * __riscv_vrgatherei16_vv_f16mf4_m > > As well as f16mf2 to f16m8 types. > > Signed-off-b