Re: [PATCH v6] RISC-V: Add support for experimental zfa extension.

2023-05-03 Thread Kito Cheng via Gcc-patches
FYI: This PR described the syntax of fli instruction, which is implemented in LLVM, and the latest binutils patch (IIRC :P): https://github.com/riscv-non-isa/riscv-asm-manual/pull/85

Re: [PATCH v6] RISC-V: Add support for experimental zfa extension.

2023-04-20 Thread Jeff Law via Gcc-patches
On 3/10/23 05:40, Jin Ma via Gcc-patches wrote: This patch adds the 'Zfa' extension for riscv, which is based on: https://github.com/riscv/riscv-isa-manual/commit/d74d99e22d5f68832f70982d867614e2149a3bd7 latest 'Zfa' change on the master branch of the RISC-V ISA Manual as of this writing.

Re: [PATCH v6] RISC-V: Add support for experimental zfa extension.

2023-04-13 Thread jinma via Gcc-patches
; kito.cheng ; palmer Subject:Re: [PATCH v6] RISC-V: Add support for experimental zfa extension. On Fri, Mar 10, 2023 at 1:41 PM Jin Ma via Gcc-patches wrote: > > This patch adds the 'Zfa' extension for riscv, which is based on: > https://github.com/riscv/risc

Re: [PATCH v6] RISC-V: Add support for experimental zfa extension.

2023-04-13 Thread Christoph Müllner
On Fri, Mar 10, 2023 at 1:41 PM Jin Ma via Gcc-patches wrote: > > This patch adds the 'Zfa' extension for riscv, which is based on: > > https://github.com/riscv/riscv-isa-manual/commit/d74d99e22d5f68832f70982d867614e2149a3bd7 > latest 'Zfa' change on the master branch of the RISC-V ISA Manual as

Re: [PATCH v6] RISC-V: Add support for experimental zfa extension.

2023-03-14 Thread Jeff Law via Gcc-patches
On 3/10/23 05:40, Jin Ma via Gcc-patches wrote: This patch adds the 'Zfa' extension for riscv, which is based on: https://github.com/riscv/riscv-isa-manual/commit/d74d99e22d5f68832f70982d867614e2149a3bd7 latest 'Zfa' change on the master branch of the RISC-V ISA Manual as of this writing.

[PATCH v6] RISC-V: Add support for experimental zfa extension.

2023-03-10 Thread Jin Ma via Gcc-patches
This patch adds the 'Zfa' extension for riscv, which is based on: https://github.com/riscv/riscv-isa-manual/commit/d74d99e22d5f68832f70982d867614e2149a3bd7 latest 'Zfa' change on the master branch of the RISC-V ISA Manual as of this writing. The Wiki Page (details): https://github.com/a4lg/binu