[Pixman] [PATCH] Fix MSVC compilation (only up to three SSE intrinsics supported in function declaration)
Søren Sandmann
sandmann at cs.au.dk
Sat May 19 09:09:00 PDT 2012
Matt Turner <mattst88 at gmail.com> writes:
> I'm not sure if we want
>
> #ifndef _MSC_VER
> pack_4x565
> pix_add_mul
> #else
> pack_4x565
> pix_add_mul
> #endif
>
> or if we want
>
> #ifndef _MSC_VER
> pack_4x565
> #else
> pack_4x565
> #endif
>
> #ifndef _MSC_VER
> pix_add_mul
> #else
> pix_add_mul
> #endif
>
> Soren?
The first one is probably better, but I don't really care that
much. Before pushing, though, I'd prefer the header of the commit
message being made shorter and the rest of it put in the body.
Søren
More information about the Pixman
mailing list