tests: Add tests for x64 shader jit

Tests LG2 and EX2 instructions
This commit is contained in:
MerryMage 2017-11-25 03:17:30 +00:00
parent b7cf793814
commit 235a251d3c
3 changed files with 100 additions and 3 deletions

View file

@ -87,7 +87,7 @@ target_link_libraries(video_core PUBLIC common core)
target_link_libraries(video_core PRIVATE glad nihstro-headers)
if (ARCHITECTURE_x86_64)
target_link_libraries(video_core PRIVATE xbyak)
target_link_libraries(video_core PUBLIC xbyak)
endif()
if (PNG_FOUND)