Skip to content

Commit

Permalink
Merge pull request #86 from asb/2024q3-large-code-model
Browse files Browse the repository at this point in the history
Add __riscv_cmodel_large define for large code model
  • Loading branch information
kito-cheng authored Sep 10, 2024
2 parents e57d616 + 06536da commit 5ebc2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/c-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ For example:
|*Name* |*Value* |*When defined*
|`+__riscv_cmodel_medlow+` |1 |Defined if using `medlow` code model.
|`+__riscv_cmodel_medany+` |1 |Defined if using `medany` code model.
|`+__riscv_cmodel_large+` |1 |Defined if using `large` code model.
|===

=== Deprecated Preprocessor Definitions
Expand Down

0 comments on commit 5ebc2c8

Please sign in to comment.