This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AMD Athlon XP optimizations


> Hello,
> 
> My company has chosen to deploy new machines around one of our offices, we
> just purchased some AMD athlon XP based machines...
> 
> I would like to know whether GCC supports optimizing for the chips
> specifically.
Gcc 3.0 do suport Athlon optimization.  The Athlon XP core is from most points
of view same to Athlon's (instruction latencies, functional units, overall design),
so the settings should work well. It is enabled by -march=athlon

Development versions of GCC 3.1 have support for SSE float arithmetic that can
speed up considerably single precision floating operations. (enabled by -msse)

Honza
> If so what optimizations does it do and what commandline options must be
> given?
> 
> Thanks in advance
> 
> Stephano


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]