mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
arm64/gnu:Set arch_* optimizations to be on by default.
Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
@@ -5,6 +5,17 @@
|
||||
|
||||
if ARCH_ARMV7M
|
||||
|
||||
config ARMV7M_STRING_FUNCTION
|
||||
bool "Enable optimized ARMv7M specific string function"
|
||||
default n
|
||||
depends on ARCH_TOOLCHAIN_GNU
|
||||
select ARMV7M_MEMCHR
|
||||
select ARMV7M_MEMCPY
|
||||
select ARMV7M_MEMSET
|
||||
select ARMV7M_MEMMOVE
|
||||
select ARMV7M_STRCMP
|
||||
select ARMV7M_STRLEN
|
||||
|
||||
config ARMV7M_MEMCHR
|
||||
bool "Enable optimized memchr() for ARMv7-M"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user