Fix typo on nvptx support
This commit is contained in:
parent
ce0d64e03e
commit
f882c9bc81
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue