Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion riscv-cc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ a standalone floating-point real.

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

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