aboutsummaryrefslogtreecommitdiff
path: root/src/zfinx.adoc
AgeCommit message (Collapse)AuthorFilesLines
2024-04-09Updating chapter titles to make them consisten.wmat1-1/+1
Removed extraneous use of the word Standard. Quoted extension names when applicable.
2023-07-12Files should end in a newlineAndrew Waterman1-1/+1
2023-06-01Zfinx depends on ZicsrAndrew Waterman1-0/+2
Obvious, but forgot to write it. Resolves #1051
2023-04-03Fix incorrect description of the calling convention for floats passed…Bill Traynor1-4/+1
Manually applying commit #998. As I noted previously in <riscv/riscv-zfinx#14>, it's incorrect to say that floating point values passed in GPRs are sign-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."
2023-01-30"Fix" formatting errorAndrew Waterman1-1/+1
2023-01-08Fixing italicization of w.Bill Traynor1-3/+3
Sometimes italicization breaks.
2023-01-05Formatting and admonition adds.Bill Traynor1-9/+12
Removed underscores for italics as this is handled in the theme. Added some missing admonitions.
2022-12-17Fixed double quotes and added missing admonitions.Bill Traynor1-13/+22
Fixed the double quotes that didn't convert correctly. Added in several missing Notes admonitions.
2022-10-27Cleaned up some single quote conversion issues.Bill Traynor1-4/+4
Fixed single quote converstion issue.
2022-08-18subject lineBill Traynor1-0/+136
Included zfinx.adoc in asciidoc build. Added zfinx.adoc to src.