Skip to content

Commit e19c5bd

Browse files
committed
Two reals are passed in memory order
1 parent 87aecf6 commit e19c5bd

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)