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. Is it possible to detect MMI at runtime? Perhaps by parsing /proc/cpuinfo like the DSPr2 code does? Soren _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
