[Pixman] [PATCH] MIPS: DSPr2: Added mips_dspr2_blt and mips_dspr2_fill routines.

Matt Turner mattst88 at gmail.com
Tue Feb 28 10:32:23 PST 2012


On Tue, Feb 28, 2012 at 1:20 PM, Lukic, Nemanja <nlukic at mips.com> wrote:
> Good point.
> Only problem there is that address on which we are storing might not be 4-byte aligned (since we are doing memset on array of uint16_t).
> But *dest can be aligned (with simple check) before the main loop, and then instead of 16 x sh, we can use 8 x sw.
> I will do that, and resubmit the patch.

Ah, right. Co-alignment of src and dest makes this more complicated
for blt. For fill, it's pretty simple though.


More information about the Pixman mailing list