nuttx/libs/libc/machine/arm/armv7-a
yaojiaqi 131f7f75ed arm: memcpy: add NEON paths for aligned copies
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>
2026-05-09 09:46:43 +08:00
..
acle-compat.h libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_elf.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
arch_memchr.S libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_memcpy.S arm: memcpy: add NEON paths for aligned copies 2026-05-09 09:46:43 +08:00
arch_memmove.S armv7a:add cfi instrcutions to debug 2025-12-18 22:05:12 +08:00
arch_memset.S armv7a:add cfi instrcutions to debug 2025-12-18 22:05:12 +08:00
arch_strcmp.S libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
arch_strlen.S libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
CMakeLists.txt libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00
Kconfig memset: add none NEON version support for armv7-a/r 2025-12-18 22:05:12 +08:00
Make.defs libc/machine/arm: Move all source files out of gnu folder 2025-06-30 09:56:27 +08:00