riscv-non-isa / riscv-c-api-doc

Documentation of the RISC-V C API
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
68 stars 38 forks source link

Rework the extension test macros section #57

Closed cmuellner closed 7 months ago

cmuellner commented 9 months ago

This attempts to rework the extension test macros section and drop the useless (and incomplete) extension test macro list. Previous attempts to clean up this section can be found in #27 and #28.

This should avoid the need for PRs like #55 that add something obvious done by GCC and LLVM without the need for this list. Further, we recently also discussed this in the context of #44 (adding bitmap and scalar crypto extensions to the list). So I think it is time to remove the list.

cmuellner commented 7 months ago

Rebased.

@kito-cheng: ping