Committed, thanks Juzhe.
Pan
From: juzhe.zh...@rivai.ai
Sent: Monday, August 14, 2023 3:03 PM
To: Li, Pan2
Cc: gcc-patches ; kito.cheng
Subject: Re: FW: [PATCH v1] RISC-V: Support RVV VFWNMACC rounding mode
intrinsic API
LGTM
juzhe.zh...@rivai.ai
LGTM
juzhe.zh...@rivai.ai
From: Li, Pan2
Date: 2023-08-14 15:01
To: juzhe.zh...@rivai.ai
Subject: FW: [PATCH v1] RISC-V: Support RVV VFWNMACC rounding mode intrinsic API
Kindly ping.
Pan
-Original Message-
From: Li, Pan2
Sent: Monday, August 14, 2023 10:36 AM
To: gcc-patches
From: Pan Li
This patch would like to support the rounding mode API for the
VFWNMACC as the below samples.
* __riscv_vfwnmacc_vv_f64m2_rm
* __riscv_vfwnmacc_vv_f64m2_rm_m
* __riscv_vfwnmacc_vf_f64m2_rm
* __riscv_vfwnmacc_vf_f64m2_rm_m
Signed-off-by: Pan Li
gcc/ChangeLog:
* config/ris