VertexLoader: add new JIT

This commit is contained in:
Tillmann Karras
2015-01-15 01:46:23 +01:00
parent eb13aa43fe
commit e82e9f97f5
9 changed files with 438 additions and 40 deletions

View File

@ -45,7 +45,7 @@ set(SRCS BoundingBox.cpp
set(LIBS core png)
if(_M_X86)
set(SRCS ${SRCS} TextureDecoder_x64.cpp)
set(SRCS ${SRCS} TextureDecoder_x64.cpp VertexLoaderX64.cpp)
else()
set(SRCS ${SRCS} TextureDecoder_Generic.cpp)
endif()