From f16ae329fdcd533adc29e035e2184918b3862612 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 21 Oct 2012 00:41:44 +0000 Subject: Add a versin of memset() optimized for speed git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5242 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/configs') diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt index cc65540d7..0bb531d67 100644 --- a/nuttx/configs/README.txt +++ b/nuttx/configs/README.txt @@ -638,6 +638,12 @@ defconfig -- This is a configuration file similar to the Linux CONFIG_MEMCPY_64BIT - Compiles memcpy for 64 bit architectures + If CONFIG_ARCH_MEMSET is not selected, then the following option is + also available: + + CONFIG_MEMSET_OPTSPEED - Select this option to use a version of memcpy() + optimized for speed. Default: memcpy() is optimized for size. + The architecture may provide custom versions of certain standard header files: -- cgit v1.2.3