RE: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add

2023-06-28 Thread Li, Pan2 via Gcc-patches
Committed, thanks Kito and Juzhe. Pan -Original Message- From: Kito Cheng Sent: Thursday, June 29, 2023 10:35 AM To: Li, Pan2 Cc: juzhe.zh...@rivai.ai; gcc-patches ; Wang, Yanzhang ; jeffreyalaw Subject: Re: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add

RE: Re: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add

2023-06-28 Thread Li, Pan2 via Gcc-patches
ursday, June 29, 2023 10:44 AM To: Kito.cheng ; Li, Pan2 Cc: gcc-patches ; Wang, Yanzhang ; jeffreyalaw Subject: Re: Re: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add Hi, Pan. I think the last step is to support dynamic mode switching which may need to change the

Re: Re: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add

2023-06-28 Thread juzhe.zh...@rivai.ai
To: Li, Pan2 CC: juzhe.zh...@rivai.ai; gcc-patches; Wang, Yanzhang; jeffreyalaw Subject: Re: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add LGTM, thanks! On Tue, Jun 27, 2023 at 3:02 PM Li, Pan2 wrote: > > Ack, thanks Juzhe. > > > > Pan >

Re: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add

2023-06-28 Thread Kito Cheng via Gcc-patches
; > > > Thanks. > > > > juzhe.zh...@rivai.ai > > > > From: pan2.li > > Date: 2023-06-27 14:06 > > To: gcc-patches > > CC: juzhe.zhong; kito.cheng; pan2.li; yanzhang.wang; jeffreyalaw > > Subject: [PATC

RE: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add

2023-06-27 Thread Li, Pan2 via Gcc-patches
Ack, thanks Juzhe. Pan From: juzhe.zh...@rivai.ai Sent: Tuesday, June 27, 2023 3:00 PM To: Li, Pan2 ; gcc-patches Cc: Kito.cheng ; Li, Pan2 ; Wang, Yanzhang ; jeffreyalaw Subject: Re: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add LGTM. You can go ahead

Re: [PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add

2023-06-27 Thread juzhe.zh...@rivai.ai
: Support DYNAMIC rounding mode on mode-switching which may need to modify the mode-switching PASS. Thanks. juzhe.zh...@rivai.ai From: pan2.li Date: 2023-06-27 14:06 To: gcc-patches CC: juzhe.zhong; kito.cheng; pan2.li; yanzhang.wang; jeffreyalaw Subject: [PATCH v1] RISC-V: Allow rounding mode

[PATCH v1] RISC-V: Allow rounding mode control for RVV floating-point add

2023-06-27 Thread Pan Li via Gcc-patches
From: Pan Li According to the doc as below, we need to support the rounding mode of the RVV floating-point, both the static and dynamice frm. https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/226 For tracking and development friendly, We will take some steps to support all rounding modes