6fb8cbcb58
This patch includes optimized 64bit memcpy/memmove for Atom, Core 2 and Core i7. It improves memcpy by up to 3X on Atom, up to 4X on Core 2 and up to 1X on Core i7. It also improves memmove by up to 3X on Atom, up to 4X on Core 2 and up to 2X on Core i7.
5 lines
120 B
ArmAsm
5 lines
120 B
ArmAsm
#define USE_AS_MEMMOVE
|
|
#define MEMCPY __memmove_ssse3
|
|
#define MEMCPY_CHK __memmove_chk_ssse3
|
|
#include "memcpy-ssse3.S"
|