Skip to content

Commit 8f4d51f

Browse files
authored
Merge pull request #198 from riscv/zfinx-soft-float-abi
Add a note to call out that Zfinx always follows the "soft-float" ABI
2 parents adc22e3 + d573fdd commit 8f4d51f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

riscv-elf.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,11 @@ operating mode.
322322
The \*F ABIs require the \*F ISA extension, the \*D ABIs require the \*D ISA
323323
extension, and the LP64Q ABI requires the Q ISA extension.
324324

325+
> NOTE:
326+
> This means code targeting the Zfinx extension always uses the ILP32, ILP32E
327+
> or LP64 integer calling-convention only ABIs as there is no dedicated
328+
> hardware floating-point register file.
329+
325330
## <a name=default-abis></a>Default ABIs
326331

327332
While various different ABIs are technically possible, for software

0 commit comments

Comments
 (0)