RE: [PATCH] RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u]

2023-07-28 Thread Li, Pan2 via Gcc-patches
Committed, thanks Kito and Juzhe. Pan From: Kito Cheng Sent: Friday, July 28, 2023 2:46 PM To: 钟居哲 Cc: Li Xu ; gcc-patches ; palmer ; Li, Pan2 Subject: Re: [PATCH] RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u] I didn't checked with rvv intrinsic spec, but I assume this is found

Re: [PATCH] RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u]

2023-07-28 Thread Kito Cheng via Gcc-patches
> Date: 2023-07-28 13:52 > To: gcc-patches > CC: kito.cheng; palmer; juzhe.zhong; pan2.li; xuli > Subject: [PATCH] RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u] > From: xuli > > Computation of `vsadd`, `vsaddu`, `vssub`, and `vssubu` do not need the > rounding mode, t

Re: [PATCH] RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u]

2023-07-28 Thread juzhe.zh...@rivai.ai
Thanks for fixing it. LGTM from my side. juzhe.zh...@rivai.ai From: Li Xu Date: 2023-07-28 13:52 To: gcc-patches CC: kito.cheng; palmer; juzhe.zhong; pan2.li; xuli Subject: [PATCH] RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u] From: xuli Computation of `vsadd`, `vsaddu`, `vssub

[PATCH] RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u]

2023-07-27 Thread Li Xu
From: xuli Computation of `vsadd`, `vsaddu`, `vssub`, and `vssubu` do not need the rounding mode, therefore the intrinsics of these instructions do not have the parameter for rounding mode control. gcc/ChangeLog: * config/riscv/riscv-vector-builtins-bases.cc: remove rounding mode of