arm64/gnu:Set arch_* optimizations to be on by default.

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
chenrun1
2023-05-12 20:54:10 +08:00
committed by Xiang Xiao
parent 2d8b96e562
commit fb74c46e4d
12 changed files with 86 additions and 0 deletions
+11
View File
@@ -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