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

2021-01-06 Thread Kito Cheng via Gcc-patches
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 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

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

2021-01-04 Thread Kito Cheng
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/ma