On Wed, Sep 19, 2012 at 4:53 PM, Søren Sandmann <[email protected]> wrote: > From: Søren Sandmann Pedersen <[email protected]> > > 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 <[email protected]> _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
