From e95b76025731c8335f0dd606b043646cf54c415e Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Wed, 23 Aug 2017 14:44:17 -1000 Subject: [PATCH] aerocore2 nsh:Optimize memset for speed --- nuttx-configs/aerocore2/nsh/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuttx-configs/aerocore2/nsh/defconfig b/nuttx-configs/aerocore2/nsh/defconfig index ad9f782367..4337c91e28 100644 --- a/nuttx-configs/aerocore2/nsh/defconfig +++ b/nuttx-configs/aerocore2/nsh/defconfig @@ -1274,7 +1274,8 @@ CONFIG_LIBC_STRERROR=y # # memcpy/memset Options # -# CONFIG_MEMSET_OPTSPEED is not set +CONFIG_MEMSET_OPTSPEED=y +CONFIG_MEMSET_64BIT=y # CONFIG_LIBC_DLLFCN is not set # CONFIG_LIBC_MODLIB is not set # CONFIG_LIBC_WCHAR is not set