linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: nicolas.pitre@linaro.org (Nicolas Pitre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] memcpy optimized with strd/ldrd
Date: Fri, 30 Mar 2012 09:19:13 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.2.02.1203300914510.24151@xanadu.home> (raw)
In-Reply-To: <030501cd0e6a$03642770$0a2c7650$%kim@samsung.com>

On Fri, 30 Mar 2012, Boojin Kim wrote:

> Nicolas Pitre wrote:
> >
> >
> > Here's my version.  Lightly tested.
> > I have no A15 hardware to run any performance comparison though.
> >
> I'm reviewing and testing your patch. But, My other work disturbs to reviewing it.
> I will give you feedback soon within this week.
> Wait a little more.
> And, Thanks for your patches. :)

FYI, it occurred to me that some corner cases might not be quite right 
with regards to alignment for the STRD instruction.  It seems that the 
hardware on which I tested it (Marvell Dove CPU) apparently copes with 
misaligned SDRD's when they're still 32-bit aligned.  So I need to run 
this code through a real validation harness on different hardware.


Nicolas

  reply	other threads:[~2012-03-30 13:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <03e101cd0e07$eec39f10$cc4add30$@com>
2012-03-30 11:41 ` [PATCH 0/4] memcpy optimized with strd/ldrd Boojin Kim
2012-03-30 13:19   ` Nicolas Pitre [this message]
2012-04-03  8:07     ` Boojin Kim
2012-04-03 14:48       ` Nicolas Pitre
2012-04-26  7:35         ` Boojin Kim
2012-03-28  5:23 [PATCH 1/2] ARM: lib: Add optimized memcpy with 64 byte pld size Nicolas Pitre
2012-03-29  4:00 ` [PATCH 0/4] memcpy optimized with strd/ldrd Nicolas Pitre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.02.1203300914510.24151@xanadu.home \
    --to=nicolas.pitre@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).