Skip to content

Commit f882c9b

Browse files
authored
Fix typo on nvptx support
1 parent ce0d64e commit f882c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ target | std | notes
144144
`mips64-unknown-linux-muslabi64` | ✓ | MIPS64 Linux, n64 ABI, MUSL
145145
`mips64el-unknown-linux-muslabi64` | ✓ | MIPS64 (LE) Linux, n64 ABI, MUSL
146146
`mipsel-unknown-linux-musl` | ✓ | MIPS (LE) Linux with MUSL
147-
`nvptx64-nvidia-cuda` | | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
147+
`nvptx64-nvidia-cuda` | * | --emit=asm generates PTX code that [runs on NVIDIA GPUs]
148148
`riscv32i-unknown-none-elf` | * | Bare RISC-V (RV32I ISA)
149149
`riscv32imac-unknown-none-elf` | * | Bare RISC-V (RV32IMAC ISA)
150150
`riscv32imc-unknown-none-elf` | * | Bare RISC-V (RV32IMC ISA)

0 commit comments

Comments
 (0)