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: Intel 386 and AMD x86-64 Options


On Mon, Mar 03, 2003 at 10:00:48PM +0100, Ander wrote:
> I want to know if there is any difference in using -march=i686,
> -march=pentium3, -march=athlon, -march=athlon-xp or if they are all
> synonyms of -march=i686.

They are not synonyms.  P3 adds SSE1, Athlon has different
scheduling characteristics, etc.  You also failed to mention P4,
but perhaps that was obvious.


r~


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