Committed, thanks Richard.
Pan
-Original Message-
From: Gcc-patches On Behalf
Of Richard Biener via Gcc-patches
Sent: Monday, May 15, 2023 8:52 PM
To: Juzhe-Zhong
Cc: gcc-patches@gcc.gnu.org; richard.guent...@gmail.com
Subject: Re: [PATCH] OPTABS: Extend the number of expanding
On Mon, 15 May 2023, juzhe.zh...@rivai.ai wrote:
> From: Juzhe-Zhong
>
> Hi, Richi.
>
> We (RVV) is going to add a rounding mode operand into floating-point
> instructions
> which have 11 operands.
>
> Since we are going have intrinsic that is adding rounding mode argument:
> https://github.c
From: Juzhe-Zhong
Hi, Richi.
We (RVV) is going to add a rounding mode operand into floating-point
instructions
which have 11 operands.
Since we are going have intrinsic that is adding rounding mode argument:
https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/226
This is the patch that is