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

Add missing `__riscv_q` predefine to riscv-c-api.md #65

Closed frobtech closed 7 months ago

frobtech commented 7 months ago

The Q extension and its __riscv_q predefined macro are missing from the list, but compilers do actually define this alongside __riscv_f and __riscv_d.