mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 04:40:41 +00:00
Add dedicated NEON implementations for mutually aligned medium and long memcpy copies when building with __ARM_NEON__. These paths use NEON multi-register loads and stores while preserving the existing VFP implementation for non-NEON VFP configurations. NEON builds also define USE_VFP, so select the NEON implementation explicitly before falling back to VFP. Apply the same aligned-copy optimization to the armv7-a, armv7-r, and armv8-r implementations. Signed-off-by: yaojiaqi <yaojiaqi@lixiang.com> |
||
|---|---|---|
| .. | ||
| acle-compat.h | ||
| arch_elf.c | ||
| arch_memchr.S | ||
| arch_memcpy.S | ||
| arch_memmove.S | ||
| arch_memset.S | ||
| arch_strcmp.S | ||
| arch_strlen.S | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||