You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
279 B
23 lines
279 B
SOURCES_memcpy = \
|
|
memcpy.c \
|
|
$(NULL)
|
|
|
|
SOURCES_memcpymmx = \
|
|
memcpy.c \
|
|
fastmemcpy.h \
|
|
$(NULL)
|
|
|
|
SOURCES_memcpymmxext = \
|
|
memcpy.c \
|
|
fastmemcpy.h \
|
|
$(NULL)
|
|
|
|
SOURCES_memcpy3dn = \
|
|
memcpy.c \
|
|
fastmemcpy.h \
|
|
$(NULL)
|
|
|
|
SOURCES_memcpyaltivec = \
|
|
memcpyaltivec.c \
|
|
$(NULL)
|
|
|
|
|