mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Add signature for memcpy_neon
This commit is contained in:
parent
1b6f8c9366
commit
9960d88d32
@ -11,6 +11,7 @@
|
||||
.arm
|
||||
.fpu neon
|
||||
|
||||
@ void* memcpy(void *destination, const void *source, size_t num)
|
||||
.global memcpy_neon
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user