; 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
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
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