From b73107ca1d89a14d9ba1e77c4fafb524f406ac66 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 20 Oct 2012 20:59:44 +0000 Subject: Add Daniel Vik's optimized memcpy as a configuration option git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5240 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 47174f3ba..313d8865f 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -3488,3 +3488,6 @@ USB_CONFIG_ATT_SELFPOWER (contributed by Petteri Aimonen). * arch/arm/src/armv7-m/up_memcpy.S: An optimized memcpy() function for the ARMv7-M family contributed by Mike Smith. + * lib/strings/lib_vikmemcpy.c: As an option, the larger but faster + implemementation of memcpy from Daniel Vik is now available (this is + from http://www.danielvik.com/2010/02/fast-memcpy-in-c.html). \ No newline at end of file -- cgit v1.2.3