Skip to content

Commit 9b390ce

Browse files
gnzlbgaswaterman
authored andcommitted
Document value of _Alignof(max_align_t) on RV32G and RV64G (#105)
* Document value of _Alignof(max_align_t) on RV32G and RV64G Closes #104. * Unconditionally guarantee that _Alignof(max_align_t) == 16.
1 parent 37f93cb commit 9b390ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

riscv-elf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ the imaginary part.
300300
A future version of this specification may define an ILP32 ABI for
301301
RV64G, but currently this is not a supported operating mode.
302302

303+
The value of `_Alignof(max_align_t)` is 16.
304+
303305
## <a name=va-list-va-start-and-va-arg></a> va_list, va_start, and va_arg
304306

305307
The `va_list` type is `void*`. A callee with variadic arguments is responsible

0 commit comments

Comments
 (0)