projects
/
profile
/
ivi
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5c532
)
Update CRC value in blitters-test.
author
Søren Sandmann Pedersen
<sandmann@redhat.com>
Fri, 7 Aug 2009 04:45:53 +0000
(
00:45
-0400)
committer
Sø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
patch
|
blob
|
history
diff --git
a/test/blitters-test.c
b/test/blitters-test.c
index
cc829b5
..
4838e81
100644
(file)
--- 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 == 0x
4895C7B0
)
+ if (crc == 0x
FE1244BF
)
{
printf ("blitters test passed\n");
}