From: Søren Sandmann Pedersen Date: Fri, 7 Aug 2009 04:45:53 +0000 (-0400) Subject: Update CRC value in blitters-test. X-Git-Tag: 1.0_branch~798^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e084351b13faad6a3ba67808b5721957b51d16f0;p=profile%2Fivi%2Fpixman.git Update CRC value in blitters-test. At this point, the SIMD, SSE2, MMX and general implementations all agree. --- diff --git a/test/blitters-test.c b/test/blitters-test.c index cc829b5..4838e81 100644 --- a/test/blitters-test.c +++ b/test/blitters-test.c @@ -623,7 +623,7 @@ main (int argc, char *argv[]) /* Predefined value for running with all the fastpath functions disabled. It needs to be updated every time when changes are introduced to this program or behavior of pixman changes! */ - if (crc == 0x4895C7B0) + if (crc == 0xFE1244BF) { printf ("blitters test passed\n"); }