[SOLVED] Compiler Flags problem with core2 CPU

Aaron Lewis aaron.lewis1989 at gmail.com
Tue Mar 2 16:03:36 UTC 2010


James Phillips wrote:
> I laughed at your question because I remember reading somewhere that using aggressive optimization options is a good way to find compiler bugs. I think that extends of optimizations for "new" CPU architectures as well. 
> I also heard kernel code avoids MMX instructions for some reason: it may have to do with interrupt handling (fewer registers=faster?). x86 (and AMD64) processors are backwards compatible, so you don't strictly need the latest instructions.
>
> Regards,
>
> James Phillips
Ah , i've just read it may not be safe to use MMX and SSE instructions 
in kernel code.
So my CFLAGS is much too agressive , i'll notice this.

Thank you all.

-- 

Best Regards,
Aaron Lewis - PGP: 0xA476D2E9
irc: A4r0n on freenode



More information about the freebsd-questions mailing list