mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
f82f71d180
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>