Skip to content

Commit

Permalink
Merge pull request riscv-non-isa#65 from frobtech/patch-1
Browse files Browse the repository at this point in the history
Add missing `__riscv_q` predefine to riscv-c-api.md
  • Loading branch information
kito-cheng authored Jan 23, 2024
2 parents f894f8f + a2337ae commit 84f4288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions riscv-c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ For example:
| __riscv_a | Arch Version | `A` extension is available. |
| __riscv_f | Arch Version | `F` extension is available. |
| __riscv_d | Arch Version | `D` extension is available. |
| __riscv_q | Arch Version | `Q` extension is available. |
| __riscv_c | Arch Version | `C` extension is available. |
| __riscv_p | Arch Version | `P` extension is available. |
| __riscv_v | Arch Version | `V` extension is available. |
Expand Down

0 comments on commit 84f4288

Please sign in to comment.