Skip to content

Commit e2ad167

Browse files
authored
Rollup merge of #110581 - slanterns:fix-style, r=GuillaumeGomez
Style fix for loongarch-linux.md Currently the render result by mdbook has some problems. ![]() ![Screenshot_2023-04-20-13-59-53-024_com android chrome-edit](https://user-images.githubusercontent.com/10987206/233272178-5850ae44-cb5e-4bc1-af3e-ed67f3fdb41f.jpg)
2 parents b577dd3 + 180fe7c commit e2ad167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/rustc/src/platform-support/loongarch-linux.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ While the integer base ABI is implied by the machine field, the floating po
1515
| f32 | The base ABI uses 32-bit FPRs for parameter passing. (lp64f)|
1616
| sf | The base ABI uses no FPR for parameter passing. (lp64s) |
1717

18+
<br>
19+
1820
|`ABI type(Base ABI/ABI extension)`| `C library` | `kernel` | `target tuple` |
1921
|----------------------------------|-------------|----------|----------------------------------|
2022
| lp64d/base | glibc | linux | loongarch64-unknown-linux-gnu |

0 commit comments

Comments
 (0)