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]
Other format: [Raw text]

Re: x86_64 == athlon-4?


Neal D. Becker wrote:
What setting of -mcpu=CPU-TYPE is best for x86_64?  Is this the same as
"athlon-4"?

(It would be helpful if the gcc info explained these terms)

Up until GCC 3.4, there were no tuning switches for x86_64. With GCC 3.4.0 and later, you can use -march=k8 or -march=opteron (which are, I believe, equivalent) to compile specifically for x86_64.


--
Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)
Software Invention for High-Performance Computing


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