This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
optimize for duron?
- From: "Glenn Sommer" <glemsom at hotpop dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Sun, 15 Jun 2003 21:07:28 +0200
- Subject: optimize for duron?
Within a few days I will receive an old Duron machine.
I was woundering how I should optimize my programs for that machine.
I have been reading in the GCC manual (3.2.3) and I do not find any
informations about optimizing to AMD Duron (here talking about
the -march and/or -mcpu flag). I find flags like -march=athlon and
other stuff like that. But nothing like -march=duron.
What should I then use for my builds ? -march=athlon, -march=k6
or maybe -march=athlon-tbird ?
Is the Duron CPU maybe quite the same as an Athlon CPU ?
From
Glenn Sommer