On Wed, Sep 17, 2008 at 12:59:14PM -0700, Jeff Muizelaar wrote: > commit d0b181f347ef4720d130beee3f03196afbd28aba > Author: Jeff Muizelaar <[EMAIL PROTECTED]> > Date: Wed Sep 17 15:53:20 2008 -0400 > > Add support for ARMv6 SIMD fastpaths.
Thanks for the patch, but, uh ...
> +#ifdef USE_ARM
> +
> +static inline pixman_bool_t pixman_have_arm(void) { return TRUE; }
> +
> +#else
> +#define pixman_have_arm() FALSE
> +#endif
This doesn't look like it'd work too well on armv5 or below. Any chance
of a run-time test, a la MMX?
Cheers,
Daniel
signature.asc
Description: Digital signature
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
