RE: [PATCH] RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion)

2023-05-31 Thread Li, Pan2 via Gcc-patches
; rdapp@gmail.com Subject: Re: [PATCH] RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion) On 5/31/23 04:35, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > Base on the discussion here: > https://github.com/riscv/riscv-v-spec/issues/884 > > vfwcvt doe

Re: [PATCH] RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion)

2023-05-31 Thread Jeff Law via Gcc-patches
On 5/31/23 04:35, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong Base on the discussion here: https://github.com/riscv/riscv-v-spec/issues/884 vfwcvt doesn't depend on FRM. So remove FRM preparing for mode switching support. gcc/ChangeLog: * config/riscv/vector.md: Remove FRM. O

[PATCH] RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion)

2023-05-31 Thread juzhe . zhong
From: Juzhe-Zhong Base on the discussion here: https://github.com/riscv/riscv-v-spec/issues/884 vfwcvt doesn't depend on FRM. So remove FRM preparing for mode switching support. gcc/ChangeLog: * config/riscv/vector.md: Remove FRM. --- gcc/config/riscv/vector.md | 4 +--- 1 file chan