From e084351b13faad6a3ba67808b5721957b51d16f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 7 Aug 2009 00:45:53 -0400 Subject: [PATCH] Update CRC value in blitters-test. At this point, the SIMD, SSE2, MMX and general implementations all agree. --- test/blitters-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.7.4