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 2509f60 commit b66518dCopy full SHA for b66518d
psm/build.rs
@@ -49,6 +49,7 @@ fn find_assembly(
49
("riscv32", _, _, _) => Some(("src/arch/riscv.s", true)),
50
("riscv64", _, _, _) => Some(("src/arch/riscv64.s", true)),
51
("wasm32", _, _, _) => Some(("src/arch/wasm32.o", true)),
52
+ ("loongarch64", _, _, _) => Some(("src/arch/loongarch64.s", true)),
53
_ => None,
54
}
55
0 commit comments