Add signature for memcpy_neon

This commit is contained in:
twinaphex 2015-08-27 09:15:59 +02:00
parent 1b6f8c9366
commit 9960d88d32

View File

@ -11,6 +11,7 @@
.arm
.fpu neon
@ void* memcpy(void *destination, const void *source, size_t num)
.global memcpy_neon
/*