Subject: Re: audio problems with -current/GCC4?
To: John D. Baker <jdbaker@mylinuxisp.com>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 07/11/2006 10:01:14
"John D. Baker" <jdbaker@mylinuxisp.com> writes:
> In my case, I only used -march in my kernel config:
>
>     makeoptions    CPUFLAGS+="-march=athlon -mmmx -msse"

FYI, the kernel does not use floating point, and is not supposed to
use the floating point registers. I would suggest that there is no
point in setting -mmmx -msse etc in the kernel.

Perry