RE: [PATCH] RISC-V: Add ZFINX support

2020-07-27 Thread wangtao (CH)
Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] RISC-V: Add ZFINX support > > On Sun, Jul 26, 2020 at 11:40 PM wangtao (CH) > wrote: > > This is the patch to support ZFINX of RISC-V, which option is like > >-march=rv32gc_zfinx. The ZFINX means f-registers in x-registers und

Re: [PATCH] RISC-V: Add ZFINX support

2020-07-27 Thread Jim Wilson
On Sun, Jul 26, 2020 at 11:40 PM wangtao (CH) wrote: > This is the patch to support ZFINX of RISC-V, which option is like > -march=rv32gc_zfinx. The ZFINX means f-registers in x-registers under RV-F > and RV-D extension. For more details, please refer to > https://github.com/riscv/riscv-zfinx/b