Always use xmmintrin.h for 64 bit Windows
authorStefan Weil <sw@weilnetz.de>
Tue, 13 Nov 2012 18:44:15 +0000 (19:44 +0100)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 14 Nov 2012 23:02:13 +0000 (18:02 -0500)
commita96efd02d68b726d6d140d0bd211bc7cc1be127a
treed8d282ddba39fd8501d4bf202dec1a5d6f846ca2
parent899e0d60524bcd2cff6cad6acb310181fb96b39a
Always use xmmintrin.h for 64 bit Windows

MinGW-w64 uses the GNU compiler and does not define _MSC_VER.
Nevertheless, it provides xmmintrin.h and must be handled
here like the MS compiler. Otherwise compilation fails due to
conflicting declarations.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
pixman/pixman-mmx.c