mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 13:08:59 +00:00
Fix an issue on ARMv8-R where NEON is not supported.
When NEON is disabled, the assembly-optimized implementations
of memset and memcpy should not be used.
Signed-off-by: Chengdong Wang <wangchengdong@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 | ||