Committed, thanks Kito.
Pan
-Original Message-
From: Kito Cheng
Sent: Monday, July 31, 2023 10:58 AM
To: Li, Pan2
Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; Wang, Yanzhang
Subject: Re: [PATCH v1] RISC-V: Bugfix for RVV floating-point rm suffix sequence
lgtm
On Mon, Jul 31
lgtm
On Mon, Jul 31, 2023 at 10:56 AM wrote:
>
> From: Pan Li
>
> According to below RVV intrinsic doc, the RVV floating-point intrinsic name
> with rounding mode should be:
>
> _rm_m
>
> instead of:
>
> _m_rm
>
> https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/226
>
> This patch fix thi