diff options
| author | bors <bors@rust-lang.org> | 2021-05-29 01:01:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-05-29 01:01:13 +0000 |
| commit | 4664725ae03ef9becae413a1e56b5010f88fdc46 (patch) | |
| tree | 61983d01f69d31bffe64a9fc35fc3421b7238be9 | |
| parent | f58631b4503b5cd34163cf9c3ff19dc3e0c8a09e (diff) | |
| parent | f882c9bc819b30a2b04a7a95e3bad0c195417102 (diff) | |
| download | rust-4664725ae03ef9becae413a1e56b5010f88fdc46.tar.gz rust-4664725ae03ef9becae413a1e56b5010f88fdc46.zip | |
Auto merge of #85790 - ehuss:nvptx-no-std, r=nagisa
Fix typo on nvptx support I made a minor mistake in https://github.com/rust-lang/rust-forge/pull/356 setting nvptx as std instead of no-std.
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index f9a7599c497..9236cb10e2f 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -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) |
