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
69 stars 39 forks source link

Use Zb[abcs] instead of B/Bitmanip #24

Closed cmuellner closed 2 years ago

cmuellner commented 2 years ago

We don't have a single B/Bitmanip extension, but several extensions Zb[abcs], which can be available independent of each other. Let's fix that in this document. Given that there was never a ratified Bitmanip extensions, I don't think that this change causes any real-world problems.

@kito-cheng @jim-wilson @asb

kito-cheng commented 2 years ago

Otherwise, LGTM, thanks!

asb commented 2 years ago

This LGTM.