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:
Weiyi Wang 2017-01-31 11:06:42 +02:00 committed by Yuri Kunde Schlesner
parent f7e96dc068
commit 0b9c59ff22
6 changed files with 1 additions and 4202 deletions

View file

@ -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
)