RE: [PATCH V3] RISC-V: Add rounding mode operand for fixed-point patterns

2023-05-15 Thread Li, Pan2 via Gcc-patches
@gmail.com Subject: Re: [PATCH V3] RISC-V: Add rounding mode operand for fixed-point patterns On 5/15/23 04:25, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > Since we are going to have fixed-point intrinsics that are modeling > rounding mode > https://github.com/ri

Re: [PATCH V3] RISC-V: Add rounding mode operand for fixed-point patterns

2023-05-15 Thread Jeff Law via Gcc-patches
On 5/15/23 04:25, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong Since we are going to have fixed-point intrinsics that are modeling rounding mode https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/222 We should have operand to specify rounding mode in fixed-point instructions. We don'

[PATCH V3] RISC-V: Add rounding mode operand for fixed-point patterns

2023-05-15 Thread juzhe . zhong
From: Juzhe-Zhong Since we are going to have fixed-point intrinsics that are modeling rounding mode https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/222 We should have operand to specify rounding mode in fixed-point instructions. We don't support these modeling rounding mode intrinsics y