Re: [PATCH 1/3] RISC-V: Minimal support of zfinx extension

2021-11-04 Thread Kito Cheng via Gcc-patches
Could you add the information about zdinx implied zfinx to riscv_implied_info_t? Thanks! On Thu, Oct 28, 2021 at 9:56 PM jiawei wrote: > > Co-Authored-By: sinan > --- > gcc/common/config/riscv/riscv-common.c | 6 ++ > gcc/config/riscv/riscv-opts.h | 6 ++ > gcc/config/riscv/ri

[PATCH 1/3] RISC-V: Minimal support of zfinx extension

2021-10-28 Thread jiawei
Co-Authored-By: sinan --- gcc/common/config/riscv/riscv-common.c | 6 ++ gcc/config/riscv/riscv-opts.h | 6 ++ gcc/config/riscv/riscv.opt | 3 +++ 3 files changed, 15 insertions(+) diff --git a/gcc/common/config/riscv/riscv-common.c b/gcc/common/config/riscv/riscv-c