Re: [v4 PATCH 0/4] RISC-V: Support z*inx extensions.

2022-10-26 Thread Kito Cheng via Gcc-patches
Verified with qemu, committed to master, thanks! On Thu, Oct 20, 2022 at 5:43 PM jiawei wrote: > > Zfinx extension[1] had already ratified. Here is the > implementation patch set that reuse floating point pattern and ban > the use of fpr when use z*inx as a target. > > Current works can be find i

[v4 PATCH 0/4] RISC-V: Support z*inx extensions.

2022-10-20 Thread jiawei
Zfinx extension[1] had already ratified. Here is the implementation patch set that reuse floating point pattern and ban the use of fpr when use z*inx as a target. Current works can be find in follow links, binutils and simulator works already supported on upstream. https://github.com/pz9115/ri