[Pixman] [PATCH 1/3] mmx: use MMX inline assembly only when USE_MMX

Matt Turner mattst88 at gmail.com
Wed Jul 20 12:58:09 PDT 2011


On Wed, Jul 20, 2011 at 3:29 PM,  <mattst88 at gmail.com> wrote:
> +       memcpy(d, s, w);

I'm not sure if this change should be made, or whether I should do
like the other two hunks and only emit movq instructions for #if
defined USE_MMX.

memcpy should be optimized in libc, or perhaps the C compiler itself, so.

Matt


More information about the Pixman mailing list