Removes ZeroFrog's "optimized" memcpy and memcmp functions.

These were only compiled in on Windows and x86_32.
They provided "optimized" copies and compares based on blocksizes for the AMD Athlon and Duron CPU families.
The code was taken from something that AMD provides with a as-is license.
Just get rid of this crap.
This commit is contained in:
Ryan Houdek
2014-05-15 04:19:39 -05:00
parent a2d73ed525
commit a4bb0dafb4
9 changed files with 7 additions and 493 deletions

View File

@ -35,8 +35,7 @@ set(SRCS BPFunctions.cpp
VideoConfig.cpp
VideoState.cpp
XFMemory.cpp
XFStructs.cpp
memcpy_amd.cpp)
XFStructs.cpp)
set(LIBS core png)
if(NOT _M_GENERIC)