Re: [PATCH] RISC-V: Add Zawrs ISA extension support

2022-11-02 Thread Philipp Tomsich
Applied to master (with a fixed-up commit message), thanks! Note that the Zawrs has been approved for ratification by the RISC-V BoD on Oct 20th. --Philipp. On Thu, 27 Oct 2022 at 22:51, Palmer Dabbelt wrote: > > On Thu, 27 Oct 2022 11:23:17 PDT (-0700), christoph.muell...@vrull.eu wrote: > > O

Re: [PATCH] RISC-V: Add Zawrs ISA extension support

2022-11-02 Thread Christoph Müllner
On Wed, Nov 2, 2022 at 3:38 PM Philipp Tomsich wrote: > > On Wed, 2 Nov 2022 at 15:21, Christoph Müllner > wrote: > > > > > > > > On Thu, Oct 27, 2022 at 10:51 PM Palmer Dabbelt wrote: > >> > >> On Thu, 27 Oct 2022 11:23:17 PDT (-0700), christoph.muell...@vrull.eu > >> wrote: > >> > On Thu, Oct

Re: [PATCH] RISC-V: Add Zawrs ISA extension support

2022-11-02 Thread Philipp Tomsich
On Wed, 2 Nov 2022 at 15:21, Christoph Müllner wrote: > > > > On Thu, Oct 27, 2022 at 10:51 PM Palmer Dabbelt wrote: >> >> On Thu, 27 Oct 2022 11:23:17 PDT (-0700), christoph.muell...@vrull.eu wrote: >> > On Thu, Oct 27, 2022 at 8:11 PM Christoph Muellner < >> > christoph.muell...@vrull.eu> wrote

Re: [PATCH] RISC-V: Add Zawrs ISA extension support

2022-11-02 Thread Christoph Müllner
On Thu, Oct 27, 2022 at 10:51 PM Palmer Dabbelt wrote: > On Thu, 27 Oct 2022 11:23:17 PDT (-0700), christoph.muell...@vrull.eu > wrote: > > On Thu, Oct 27, 2022 at 8:11 PM Christoph Muellner < > > christoph.muell...@vrull.eu> wrote: > > > >> From: Christoph Muellner > >> > >> This patch adds sup

Re: [PATCH] RISC-V: Add Zawrs ISA extension support

2022-10-27 Thread Palmer Dabbelt
On Thu, 27 Oct 2022 11:23:17 PDT (-0700), christoph.muell...@vrull.eu wrote: On Thu, Oct 27, 2022 at 8:11 PM Christoph Muellner < christoph.muell...@vrull.eu> wrote: From: Christoph Muellner This patch adds support for the Zawrs ISA extension. The patch depends on the corresponding Binutils p

Re: [PATCH] RISC-V: Add Zawrs ISA extension support

2022-10-27 Thread Christoph Müllner
On Thu, Oct 27, 2022 at 8:11 PM Christoph Muellner < christoph.muell...@vrull.eu> wrote: > From: Christoph Muellner > > This patch adds support for the Zawrs ISA extension. > The patch depends on the corresponding Binutils patch > to be usable (see [1]) > > The specification can be found here: >

[PATCH] RISC-V: Add Zawrs ISA extension support

2022-10-27 Thread Christoph Muellner
From: Christoph Muellner This patch adds support for the Zawrs ISA extension. The patch depends on the corresponding Binutils patch to be usable (see [1]) The specification can be found here: https://github.com/riscv/riscv-zawrs/blob/main/zawrs.adoc Note, that the Zawrs extension is not frozen

[RFC PATCH] RISC-V: Add Zawrs ISA extension support

2022-06-01 Thread Christoph Muellner via Gcc-patches
This patch adds support for the Zawrs ISA extension. The patch depends on the corresponding Binutils patch to be usable (see [1]) The specification can be found here: https://github.com/riscv/riscv-zawrs/blob/main/zawrs.adoc Note, that the Zawrs extension is not frozen or ratified yet. Therefore