Add AArch64 recompiler backend (#1556)
Some checks failed
Build check / build (push) Waiting to run
Generate translation template / generate-pot (push) Failing after 1s

This commit is contained in:
SSimco 2025-05-09 13:47:22 +03:00 committed by GitHub
parent d13dab0fd8
commit 081ebead5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1766 additions and 7 deletions

3
.gitmodules vendored
View file

@ -18,3 +18,6 @@
path = dependencies/imgui
url = https://github.com/ocornut/imgui
shallow = true
[submodule "dependencies/xbyak_aarch64"]
path = dependencies/xbyak_aarch64
url = https://github.com/fujitsu/xbyak_aarch64