We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdda7d commit a3f6821Copy full SHA for a3f6821
tests/ui/abi/riscv32e-registers.rs
@@ -22,8 +22,7 @@ macro_rules! asm {
22
#[lang = "sized"]
23
trait Sized {}
24
25
-// Check that loads to registers x1..=x16 will be generated but loads to registers x17..=x31 will
26
-// not.
+// Verify registers x1..=x15 are addressable on riscv32e, but registers x16..=x31 are not.
27
#[no_mangle]
28
pub unsafe fn registers() {
29
asm!("li x1, 0");
0 commit comments