mmx: Fix x86 build on MSVC
authorAndrea Canciani <ranma42@gmail.com>
Tue, 17 Jul 2012 14:14:20 +0000 (16:14 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Sat, 15 Sep 2012 05:49:52 +0000 (07:49 +0200)
commitc89efdd211cf7cd3dc69a4140045ceab6f445730
treeaf7b3e224d2b2b9b93c7e90f00c5a3df190e6834
parent1e3e569b04f45592ce2174e48df0fcb333ce0ad3
mmx: Fix x86 build on MSVC

The MSVC compiler is very strict about variable declarations after
statements.

Move all the declarations of each block before any statement in
the same block to fix multiple instances of:

pixman-mmx.c(xxxx) : error C2275: '__m64' : illegal use of this type
as an expression
pixman/pixman-mmx.c