mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-10 00:18:23 +01:00
backend/rv64: Add biscuit as the assembler
This commit is contained in:
parent
a4b9b431b0
commit
4324b262aa
11 changed files with 86 additions and 22 deletions
|
|
@ -14,6 +14,10 @@ if (NOT @BUILD_SHARED_LIBS@)
|
|||
find_dependency(oaknut 2.0.1)
|
||||
endif()
|
||||
|
||||
if ("riscv" IN_LIST ARCHITECTURE)
|
||||
find_dependency(biscuit 0.9.1)
|
||||
endif()
|
||||
|
||||
if ("x86_64" IN_LIST ARCHITECTURE)
|
||||
find_dependency(xbyak 7)
|
||||
find_dependency(Zydis 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue