We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e5103 commit 3518547Copy full SHA for 3518547
riscv-elf.md
@@ -300,12 +300,13 @@ the imaginary part.
300
A future version of this specification may define an ILP32 ABI for
301
RV64G, but currently this is not a supported operating mode.
302
303
+Booleans (`bool`/`_Bool`) stored in memory or when being passed as scalar
304
+arguments are either `0` (`false`) or `1` (`true`).
305
306
A null pointer (for all types) has the value zero.
307
308
The value of `_Alignof(max_align_t)` is 16.
309
-
310
## <a name=va-list-va-start-and-va-arg></a> va_list, va_start, and va_arg
311
312
The `va_list` type is `void*`. A callee with variadic arguments is responsible
0 commit comments