externals: Update xbyak to v7.05

Merge commit 'fdf626b74f35deedce0e6196c36b8c9f846c038a'
This commit is contained in:
Merry
2024-01-30 00:36:49 +00:00
62 changed files with 5179 additions and 2059 deletions

View File

@@ -15,7 +15,7 @@ if (NOT @BUILD_SHARED_LIBS@)
endif()
if ("x86_64" IN_LIST ARCHITECTURE)
find_dependency(xbyak 6)
find_dependency(xbyak 7)
find_dependency(Zydis 4)
endif()