mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add signature for memcpy_neon
This commit is contained in:
parent
1b6f8c9366
commit
9960d88d32
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
.arm
|
||||
.fpu neon
|
||||
|
||||
@ void* memcpy(void *destination, const void *source, size_t num)
|
||||
.global memcpy_neon
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue