Skip to content

Commit

Permalink
Apply suggestions from Nick Knight
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Knight <[email protected]>
  • Loading branch information
kito-cheng and Nick Knight authored Dec 11, 2020
1 parent 0006c50 commit 5e0b5cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions riscv-c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ marco could be used in intrinsic interface or user program directly.

| Type Name | Meaning |
| --------------------- | ------------------------------------ |
| int_xlen_t | Signed integer type with XLEN bits |
| uint_xlen_t | Unsigned integer type with XLEN bits |
| int_xlen_t | Two's-complement signed integer type with exactly XLEN bits (no padding bits) |
| uint_xlen_t | Unsigned integer type with exactly XLEN bits (no padding bits) |

| Macro Name | Value |
| --------------------- | ------------------------------------ |
| INT_XLEN_MAX | Minimum value of int_xlen_t |
| INT_XLEN_MAX | Maximum value of int_xlen_t |
| INT_XLEN_MIN | Minimum value of int_xlen_t |
| UINT_XLEN_MAX | Maximum value of uint_xlen_t |
| UINT_XLEN_MIN | Minimum value of uint_xlen_t |

0 comments on commit 5e0b5cd

Please sign in to comment.