mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 14:48:01 -05:00
VideoCore: Convert x64 shader JIT to use Xbyak for assembly
This commit is contained in:
@ -71,9 +71,15 @@ if(ARCHITECTURE_x86_64)
|
||||
set(HEADERS ${HEADERS}
|
||||
x64/abi.h
|
||||
x64/cpu_detect.h
|
||||
x64/emitter.h)
|
||||
x64/emitter.h
|
||||
x64/xbyak_abi.h
|
||||
x64/xbyak_util.h
|
||||
)
|
||||
endif()
|
||||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_library(common STATIC ${SRCS} ${HEADERS})
|
||||
if (ARCHITECTURE_x86_64)
|
||||
target_link_libraries(common xbyak)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user