[PATCH 1/1 V5] RISC-V: Support Zmmul extension

2022-07-12 Thread shihua
From: LiaoShihua gcc/ChangeLog: * common/config/riscv/riscv-common.cc: Add Zmmul. * config/riscv/riscv-opts.h (MASK_ZMMUL): New. (TARGET_ZMMUL): Ditto. * config/riscv/riscv.cc (riscv_option_override):Ditto. * config/riscv/riscv.md: Add Zmmul * conf

Re: [PATCH 1/1 V5] RISC-V: Support Zmmul extension

2022-09-05 Thread Kito Cheng via Gcc-patches
Binutils has been landing zmmul support, so committed with minor fixes. On Fri, Jul 22, 2022 at 8:35 AM Kito Cheng wrote: > > On Fri, Jul 22, 2022 at 2:43 AM Palmer Dabbelt wrote: > > > > On Thu, 21 Jul 2022 02:03:35 PDT (-0700), gcc-patches@gcc.gnu.org wrote: > > > LGTM, will merge once binuils

Re: [PATCH 1/1 V5] RISC-V: Support Zmmul extension

2022-07-21 Thread Kito Cheng via Gcc-patches
LGTM, will merge once binuils part merge. On Wed, Jul 13, 2022 at 10:14 AM wrote: > > From: LiaoShihua > > gcc/ChangeLog: > > * common/config/riscv/riscv-common.cc: Add Zmmul. > * config/riscv/riscv-opts.h (MASK_ZMMUL): New. > (TARGET_ZMMUL): Ditto. > * config/ris

Re: [PATCH 1/1 V5] RISC-V: Support Zmmul extension

2022-07-21 Thread Palmer Dabbelt
On Thu, 21 Jul 2022 02:03:35 PDT (-0700), gcc-patches@gcc.gnu.org wrote: LGTM, will merge once binuils part merge. +Nelson, in case he's already planning on handling those. If not then they're not in my inbox, so just poke me if you want me to review them. Also some comments on the patch be

Re: [PATCH 1/1 V5] RISC-V: Support Zmmul extension

2022-07-21 Thread Kito Cheng via Gcc-patches
On Fri, Jul 22, 2022 at 2:43 AM Palmer Dabbelt wrote: > > On Thu, 21 Jul 2022 02:03:35 PDT (-0700), gcc-patches@gcc.gnu.org wrote: > > LGTM, will merge once binuils part merge. > > +Nelson, in case he's already planning on handling those. If not then > they're not in my inbox, so just poke me if