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.
2 parents 4969a01 + 72b9fd5 commit 2824f7fCopy full SHA for 2824f7f
riscv-cc.adoc
@@ -244,6 +244,11 @@ provided they hold values no more than FLEN bits wide.
244
245
=== ILP32E Calling Convention
246
247
+IMPORTANT: RV32E is not a ratified base ISA and so we cannot guarantee the
248
+stability of ILP32E, in contrast with the rest of this document. This documents
249
+the current implementation in GCC as of the time of writing, but may be subject
250
+to change.
251
+
252
The ILP32E calling convention is designed to be usable with the RV32E ISA. This
253
calling convention is the same as the integer calling convention, except for the
254
following differences. The stack pointer need only be aligned to a 32-bit
0 commit comments