This patch set has been committed to trunk.
On Wed, Aug 10, 2022 at 11:44 PM Kito Cheng <kito.ch...@sifive.com> wrote: > > This patch set implements Zfh and Zfhmin, adds soft-float for _Float16, and > enables _Float16 type in C++ mode. > > Zfh and Zfhmin are extensions for IEEE half precision, both are ratified in > Jan. 2022[1] > > v2 Changes: > Fix mangling for C++ mode to fit the RISC-V psABI spec. > > > [1] > https://github.com/riscv/riscv-isa-manual/commit/b35a54079e0da11740ce5b1e6db999d1d5172768 > > >