externals: Update xbyak to v7.05

Merge commit 'fdf626b74f'
This commit is contained in:
Merry 2024-01-30 00:36:49 +00:00
commit 213fe7a452
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()