mbox series

[0/2] RISC-V: Introduce new architecture extension test macros

Message ID 20210104094805.2160-1-kito.cheng@sifive.com
Headers show
Series RISC-V: Introduce new architecture extension test macros | expand

Message

Kito Cheng Jan. 4, 2021, 9:48 a.m. UTC
This patch set introduce new set of architecture extension test macros
which is accept on riscv-c-api-doc[1] recently.

The motivation of this scheme is have an unify naming scheme for
extension macro and add the capability to checking version.

[1] https://github.com/riscv/riscv-c-api-doc/blob/master/riscv-c-api.md#architecture-extension-test-macro

Comments

Kito Cheng Jan. 6, 2021, 3:23 p.m. UTC | #1
Found some build issue on MacOS, will update v2 patches in next few days

On Mon, Jan 4, 2021 at 5:49 PM Kito Cheng <kito.cheng@sifive.com> wrote:
>
> This patch set introduce new set of architecture extension test macros
> which is accept on riscv-c-api-doc[1] recently.
>
> The motivation of this scheme is have an unify naming scheme for
> extension macro and add the capability to checking version.
>
> [1] https://github.com/riscv/riscv-c-api-doc/blob/master/riscv-c-api.md#architecture-extension-test-macro
>
>
>