Axalon Bloodstone wrote:
> 
> On Tue, 2 Nov 1999, Jeff Garzik wrote:
> 
> > For this to be really worthwhile, there needs to be a software-only lib,
> > a lib with 3Dnow support, and a lib with just MMX support....
> >
> 
> Yes, then we run into the same loop we get with ghostscript..
> 
> 3dnow, would be for the k6 only so it'll be handled by %ifarch (easy to
> add)
> 
> MMX, as %ifarch(?) but i586 may not have it so here it's need split and
> cause the loop.

Good news -- Mesa detects features at runtime.  Compile them all in and
let God sort 'em out...  See Mesa/src/X86/common_x86.c for more info.

Reply via email to