Skip to content

Commit b66518d

Browse files
committed
psm: add assembly for loongarch64
1 parent 2509f60 commit b66518d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psm/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ fn find_assembly(
4949
("riscv32", _, _, _) => Some(("src/arch/riscv.s", true)),
5050
("riscv64", _, _, _) => Some(("src/arch/riscv64.s", true)),
5151
("wasm32", _, _, _) => Some(("src/arch/wasm32.o", true)),
52+
("loongarch64", _, _, _) => Some(("src/arch/loongarch64.s", true)),
5253
_ => None,
5354
}
5455
}

0 commit comments

Comments
 (0)