Update CRC value in blitters-test.
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 7 Aug 2009 04:45:53 +0000 (00:45 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 8 Aug 2009 22:52:55 +0000 (18:52 -0400)
At this point, the SIMD, SSE2, MMX and general implementations all
agree.

test/blitters-test.c

index cc829b5..4838e81 100644 (file)
@@ -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");
            }