Linux OpenRISC platform development
 help / color / mirror / Atom feed
* [OpenRISC] [RFC PATCH] Optimized memcpy routine
@ 2016-03-21 14:29 Stafford Horne
  2016-03-21 14:29 ` [OpenRISC] [PATCH] openrisc: Add optimized " Stafford Horne
  0 siblings, 1 reply; 5+ messages in thread
From: Stafford Horne @ 2016-03-21 14:29 UTC (permalink / raw)
  To: openrisc

Hello,

This patch is to show what I have been doing and what methods I have tried to
provide an optimized memcpy routing.  As you can see from the results above the
numbers are promosing and working well. If no big opposition for a few days I
will update the patch to remove the Kconfig stuff only use the
`word copies + loop unrolls` implementation.

Thanks
 -Stafford

Stafford Horne (1):
  openrisc: Add optimized memcpy routine

 arch/openrisc/Kconfig              |  61 ++++++
 arch/openrisc/TODO.openrisc        |   1 -
 arch/openrisc/include/asm/string.h |   5 +
 arch/openrisc/lib/Makefile         |   3 +-
 arch/openrisc/lib/memcpy.c         | 377 +++++++++++++++++++++++++++++++++++++
 5 files changed, 445 insertions(+), 2 deletions(-)
 create mode 100644 arch/openrisc/lib/memcpy.c

-- 
2.5.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-25 12:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 14:29 [OpenRISC] [RFC PATCH] Optimized memcpy routine Stafford Horne
2016-03-21 14:29 ` [OpenRISC] [PATCH] openrisc: Add optimized " Stafford Horne
2016-03-23  4:54   ` Jonas Bonn
2016-03-24 22:06     ` Stafford Horne
2016-03-25 12:18       ` Jeremy Bennett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox