loongarch: Initial VertexJIT support and bug fix

This commit is contained in:
Lin Runze
2025-07-17 00:33:56 +08:00
parent 9ce8408d0c
commit 5b406f00fd
9 changed files with 905 additions and 1 deletions
+2
View File
@@ -147,6 +147,8 @@ void RegCache::SetupABI(const std::vector<Purpose> &args, bool forceRetain) {
#endif
#elif PPSSPP_ARCH(RISCV64)
_assert_msg_(false, "Not yet implemented (no vector calling standard yet)");
#elif PPSSPP_ARCH(LOONGARCH64)
_assert_msg_(false, "Not yet implemented");
#elif PPSSPP_ARCH(MIPS)
_assert_msg_(false, "Not yet implemented");
#else