On Tue, Feb 28, 2012 at 9:28 PM, Søren Sandmann <[email protected]> wrote: > Matt Turner <[email protected]> writes: > >> diff --git a/pixman/pixman-cpu.c b/pixman/pixman-cpu.c >> index 92942b2..1fc9faa 100644 >> --- a/pixman/pixman-cpu.c >> +++ b/pixman/pixman-cpu.c >> @@ -690,7 +690,9 @@ _pixman_choose_implementation (void) >> if (pixman_have_arm_iwmmxt ()) >> imp = _pixman_implementation_create_mmx (imp); >> #endif >> - >> +#ifdef USE_LOONGSON_MMI >> + imp = _pixman_implementation_create_mmx (imp); >> +#endif > > With the new disable functionality, that should be added here too.
Indeed. > Is it possible to detect MMI at runtime? Perhaps by parsing > /proc/cpuinfo like the DSPr2 code does? Yeah, I guess I can add that. _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
