[Pixman] [PATCH] Make sure iwMMXt is only detected on ARM

Matt Turner mattst88 at gmail.com
Thu Oct 6 09:16:11 PDT 2011


On Thu, Oct 6, 2011 at 7:15 AM, Søren Sandmann <sandmann at cs.au.dk> wrote:
>    #if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 3 && __GNUC_MINOR__ < 6))
>    #error "Need GCC >= 4.6 for IWMMXT intrinsics"
>    #endif
>
> where __GNUC__ == 3 should be __GNUC__ == 4?

Yes, looks like a copy-n-pasto from the MMX code in configure.ac.

I'll fix that.

Matt


More information about the Pixman mailing list