Re: [PATCH] RISC-V: Add support for AIA ISA extensions (Ssaia and Smaia)

2022-11-27 Thread Christoph Müllner
On Fri, Nov 18, 2022 at 10:08 AM Christoph Müllner wrote: > > > > On Fri, Nov 18, 2022 at 6:09 AM Palmer Dabbelt wrote: >> >> On Thu, 17 Nov 2022 18:12:23 PST (-0800), christoph.muell...@vrull.eu wrote: >> > From: Christoph Müllner >> > >> > This patch adds support for the two AIA ISA extensions

Re: [PATCH] RISC-V: Add support for AIA ISA extensions (Ssaia and Smaia)

2022-11-18 Thread Christoph Müllner
On Fri, Nov 18, 2022 at 6:09 AM Palmer Dabbelt wrote: > On Thu, 17 Nov 2022 18:12:23 PST (-0800), christoph.muell...@vrull.eu > wrote: > > From: Christoph Müllner > > > > This patch adds support for the two AIA ISA extensions Ssaia and Smaia. > > They are not relelvant for the compiler, but the

Re: [PATCH] RISC-V: Add support for AIA ISA extensions (Ssaia and Smaia)

2022-11-17 Thread Palmer Dabbelt
On Thu, 17 Nov 2022 18:12:23 PST (-0800), christoph.muell...@vrull.eu wrote: From: Christoph Müllner This patch adds support for the two AIA ISA extensions Ssaia and Smaia. They are not relelvant for the compiler, but the assembler might want to validate the CSRs. Therefore, all this patch does

[PATCH] RISC-V: Add support for AIA ISA extensions (Ssaia and Smaia)

2022-11-17 Thread Christoph Muellner
From: Christoph Müllner This patch adds support for the two AIA ISA extensions Ssaia and Smaia. They are not relelvant for the compiler, but the assembler might want to validate the CSRs. Therefore, all this patch does is recognize the extension name, emit a feature macro (incl. a test). Signed-