Skip to content

Commit

Permalink
Rollup merge of #110217 - rust-loongarch:fix-typos, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
doc: loongarch: Fix typos
  • Loading branch information
matthiaskrgr authored Apr 12, 2023
2 parents 7614ea4 + f45417b commit a954584
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/doc/rustc/src/platform-support/loongarch-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

[LoongArch]: https://loongson.github.io/LoongArch-Documentation/README-EN.html

The target name follow this format: `<machine>-<vendor>-<os><fabi_suffix>, where `<machine>` specifies the CPU family/model, `<vendor>` specifies the vendor and `<os>` the operating system name.
The target name follow this format: `<machine>-<vendor>-<os><fabi_suffix>`, where `<machine>` specifies the CPU family/model, `<vendor>` specifies the vendor and `<os>` the operating system name.
While the integer base ABI is implied by the machine field, the floating point base ABI type is encoded into the os field of the specifier using the string suffix `<fabi-suffix>`.

| `<fabi-suffix>` | `Description` |
|------------------------|--------------------------------------------------------------------|
| f64 | The base ABI use 64-bits FPRs for parameter passing.(lp64d)|
| f64 | The base ABI use 64-bits FPRs for parameter passing. (lp64d)|
| f32 | The base ABI uses 32-bit FPRs for parameter passing. (lp64f)|
| sf | The base ABI uses no FPR for parameter passing. (lp64s) |

Expand All @@ -26,9 +26,9 @@ While the integer base ABI is implied by the machine field, the floating po

## Target maintainers

- [ZHAI xiaojuan](https://github.com/zhaixiaojuan) `[email protected]`
- [WANG rui](https://github.com/heiher) `[email protected]`
- [ZHAI xiang](https://github.com/xiangzhai) `[email protected]`
- [ZHAI Xiaojuan](https://github.com/zhaixiaojuan) `[email protected]`
- [WANG Rui](https://github.com/heiher) `[email protected]`
- [ZHAI Xiang](https://github.com/xiangzhai) `[email protected]`
- [WANG Xuerui](https://github.com/xen0n) `[email protected]`

## Requirements
Expand Down

0 comments on commit a954584

Please sign in to comment.