We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1070f08 commit 6d74e09Copy full SHA for 6d74e09
src/librustc_target/asm/nvptx.rs
@@ -43,5 +43,7 @@ impl NvptxInlineAsmRegClass {
43
}
44
45
def_regs! {
46
+ // Registers in PTX are declared in the assembly.
47
+ // There are no predefined registers that one can use.
48
Nvptx NvptxInlineAsmReg NvptxInlineAsmRegClass {}
49
0 commit comments