Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect description of the calling convetion for floats passed …
…in GPRs As I noted previously in <riscvarchive/riscv-zfinx#14>, it's incorrect to say that floating point values passed in GPRs are signed-extended in the standard calling convention. The [current, ratified psABI](https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/6cda8927232dc59424426f4dd0de2e0723d865fb/riscv-cc.adoc) states "Floating-point reals are passed the same way as aggregates of the same size" and the relevant part from the description of aggregates is "Bits unused due to padding, and bits past the end of an aggregate whose size in bits is not divisible by XLEN, are undefined."
- Loading branch information