Stop using reserved operator names (and/or/xor) with Xbyak
Also has the Dynarmic upgrade with the same change
This commit is contained in:
parent
da1bec121a
commit
f6715f98f5
3 changed files with 15 additions and 17 deletions
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
|
@ -46,7 +46,5 @@ if (ARCHITECTURE_x86_64)
|
|||
# Defined before "dynarmic" above
|
||||
# add_library(xbyak INTERFACE)
|
||||
target_include_directories(xbyak INTERFACE ./xbyak/xbyak)
|
||||
if (NOT MSVC)
|
||||
target_compile_options(xbyak INTERFACE -fno-operator-names)
|
||||
endif()
|
||||
target_compile_definitions(xbyak INTERFACE XBYAK_NO_OP_NAMES)
|
||||
endif()
|
||||
|
|
2
externals/dynarmic
vendored
2
externals/dynarmic
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 7707ff13e981b0aecf87f3156ee0b641469f7bb3
|
||||
Subproject commit 8f15e3f70cb96e56705e5de6ba97b5d09423a56b
|
Loading…
Add table
Add a link
Reference in a new issue