Re: [PATCH 2 of 3] memcpy32 for x86_64

From: Bryan O'Sullivan
Date: Fri Jan 13 2006 - 11:19:50 EST


On Fri, 2006-01-13 at 12:24 +0200, Denis Vlasenko wrote:

> you need just
>
> .globl memcpy32
> memcpy32:
> movl %edx,%ecx
> rep movsd
> ret

This is what the current version of the patches in -mm does.

<b

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/