tests: Add tests for x64 shader jit
Tests LG2 and EX2 instructions
This commit is contained in:
parent
b7cf793814
commit
235a251d3c
3 changed files with 100 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue