Skip to content

Commit ee1eefc

Browse files
authored
Merge pull request #463 from tomeksowi/two-reals-in-memory-order
Two reals are assigned FP registers in memory order
2 parents 52c8f24 + e19c5bd commit ee1eefc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

riscv-cc.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ a standalone floating-point real.
318318

319319
A struct containing two floating-point reals is passed in two floating-point
320320
registers, if neither real is more than ABI_FLEN bits wide and at least two floating-point
321-
argument registers are available. (The registers need not be an aligned pair.)
321+
argument registers are available. (The registers need not be an aligned pair
322+
and are assigned to the two reals in memory order.)
322323
Otherwise, it is passed according to the integer calling convention.
323324

324325
A complex floating-point number, or a struct containing just one complex

0 commit comments

Comments
 (0)