On Wed, Sep 19, 2012 at 4:53 PM, Søren Sandmann <sandm...@cs.au.dk> wrote:
> From: Søren Sandmann Pedersen <s...@redhat.com>
>
> Update the CRC values based on what the general implementation
> reports. This reveals a bug in the fast implementation:
>
>     % env PIXMAN_DISABLE="mmx sse2" ./test/scaling-test
>     pixman: Disabled mmx implementation
>     pixman: Disabled sse2 implementation
>     scaling test failed! (checksum=AA722B06, expected 03A23E0C)
>
> vs.
>
>     % env PIXMAN_DISABLE="mmx sse2 fast" ./test/scaling-test
>     pixman: Disabled fast implementation
>     pixman: Disabled mmx implementation
>     pixman: Disabled sse2 implementation
>     scaling test passed (checksum=03A23E0C)
> ---

These two patches are:

Reviewed-by: Matt Turner <matts...@gmail.com>
_______________________________________________
Pixman mailing list
Pixman@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to