Common/x64: remove legacy emitter and abi (#2504)
These are not used any more since we moved shader JIT to xbyak.
This commit is contained in:
parent
f7e96dc068
commit
0b9c59ff22
6 changed files with 1 additions and 4202 deletions
|
@ -61,14 +61,11 @@ set(HEADERS
|
|||
|
||||
if(ARCHITECTURE_x86_64)
|
||||
set(SRCS ${SRCS}
|
||||
x64/abi.cpp
|
||||
x64/cpu_detect.cpp
|
||||
x64/emitter.cpp)
|
||||
)
|
||||
|
||||
set(HEADERS ${HEADERS}
|
||||
x64/abi.h
|
||||
x64/cpu_detect.h
|
||||
x64/emitter.h
|
||||
x64/xbyak_abi.h
|
||||
x64/xbyak_util.h
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue