diff options
| author | Henri Lunnikivi <henri.lunnikivi@tuni.fi> | 2024-09-27 22:01:44 +0300 |
|---|---|---|
| committer | Henri Lunnikivi <heggggxa@gmail.com> | 2024-10-05 12:14:35 +0300 |
| commit | f3037823de584ea94cf2b1c275d4c1dd8a769507 (patch) | |
| tree | 69b65192626ae46705f6c86ac60aa3f1a911919f | |
| parent | 04099b663c1ee252be058f27147d2e6cfec9ec5f (diff) | |
| download | rust-f3037823de584ea94cf2b1c275d4c1dd8a769507.tar.gz rust-f3037823de584ea94cf2b1c275d4c1dd8a769507.zip | |
doc: platform-support.md: Document port
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 9d2efc0f6de..0ef95ba64a1 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -413,5 +413,8 @@ target | std | host | notes [`riscv32imafc-unknown-nuttx-elf`](platform-support/nuttx.md) | * | | RISC-V 32bit with NuttX [`riscv64imac-unknown-nuttx-elf`](platform-support/nuttx.md) | * | | RISC-V 64bit with NuttX [`riscv64gc-unknown-nuttx-elf`](platform-support/nuttx.md) | * | | RISC-V 64bit with NuttX +[`riscv32e-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | | Bare RISC-V (RV32E ISA) +[`riscv32em-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | | Bare RISC-V (RV32EM ISA) +[`riscv32emc-unknown-none-elf`](platform-support/riscv32-unknown-none-elf.md) | * | | Bare RISC-V (RV32EMC ISA) [runs on NVIDIA GPUs]: https://github.com/japaric-archived/nvptx#targets |
