Update Xbyak from 6.68 to 7.05.1

Xbyak hasn't been updated for 2 years and it seemed important to me to do so. The new version fixes many problems.
This commit is contained in:
unknown 2024-02-27 15:10:13 +01:00
parent 1bec420695
commit e3cc4b290e
2 changed files with 2 additions and 2 deletions

View file

@ -319,7 +319,7 @@ if (ENABLE_LIBUSB)
endif()
if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64)
find_package(xbyak 6 CONFIG)
find_package(xbyak 7 CONFIG)
endif()
if (ARCHITECTURE_arm64)