Skip to content

Commit

Permalink
Auto merge of rust-lang#85790 - ehuss:nvptx-no-std, r=nagisa
Browse files Browse the repository at this point in the history
Fix typo on nvptx support

I made a minor mistake in rust-lang/rust-forge#356 setting nvptx as std instead of no-std.
  • Loading branch information
bors committed May 29, 2021
2 parents f58631b + f882c9b commit 4664725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ target | std | notes
`mips64-unknown-linux-muslabi64` | ✓ | MIPS64 Linux, n64 ABI, MUSL
`mips64el-unknown-linux-muslabi64` | ✓ | MIPS64 (LE) Linux, n64 ABI, MUSL
`mipsel-unknown-linux-musl` | ✓ | MIPS (LE) Linux with MUSL
`nvptx64-nvidia-cuda` | | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
`nvptx64-nvidia-cuda` | * | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
`riscv32i-unknown-none-elf` | * | Bare RISC-V (RV32I ISA)
`riscv32imac-unknown-none-elf` | * | Bare RISC-V (RV32IMAC ISA)
`riscv32imc-unknown-none-elf` | * | Bare RISC-V (RV32IMC ISA)
Expand Down

0 comments on commit 4664725

Please sign in to comment.