Change x86 default arch for 4.5?

Tim Prince n8tm@aol.com
Fri Feb 19 02:00:00 GMT 2010


On 2/18/2010 4:54 PM, Joe Buck wrote:
>
> But maybe I didn't ask the right question: can any x86 experts comment on
> recently made x86 CPUs that would not function correctly with code
> produced by --with-arch=i486?  Are there any?
>
>    
All CPUs still in production are at least SSE3 capable, unless someone 
can come up with one of which I'm not aware.  Intel compilers made the 
switch last year to requiring SSE2 capability for the host, as well as 
in the default target options, even for 32-bit.  All x86_64 or X64 CPUs 
for which any compiler was produced had SSE2 capability, so it is 
required for those 64-bit targets.

-- 
Tim Prince



More information about the Gcc mailing list