Merge pull request #3145 from MerryMage/lg2-ex2
shader_jit_x64_compiler: Remove ABI overhead of LG2 and EX2
This commit is contained in:
commit
e23c3cd7f7
5 changed files with 285 additions and 20 deletions
|
@ -14,11 +14,17 @@ set(HEADERS
|
|||
core/arm/arm_test_common.h
|
||||
)
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
set(SRCS ${SRCS}
|
||||
video_core/shader/shader_jit_x64_compiler.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
||||
add_executable(tests ${SRCS} ${HEADERS})
|
||||
target_link_libraries(tests PRIVATE common core)
|
||||
target_link_libraries(tests PRIVATE common core video_core)
|
||||
target_link_libraries(tests PRIVATE glad) # To support linker work-around
|
||||
target_link_libraries(tests PRIVATE ${PLATFORM_LIBRARIES} catch-single-include Threads::Threads)
|
||||
target_link_libraries(tests PRIVATE ${PLATFORM_LIBRARIES} catch-single-include nihstro-headers Threads::Threads)
|
||||
|
||||
add_test(NAME tests COMMAND tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue