This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: More Athlon Questions
- To: gcc at gcc dot gnu dot org, znmeb at aracnet dot com
- Subject: Re: More Athlon Questions
- From: mike stump <mrs at windriver dot com>
- Date: Sat, 19 May 2001 11:37:01 -0700 (PDT)
> From: "M. Edward Borasky" <znmeb@aracnet.com>
> To: <gcc@gcc.gnu.org>
> Date: Sat, 19 May 2001 11:19:03 -0700
> 1. Does any version of GCC recognize the Athlon processor and make any
> attempt to optimize code for it?
Yes, as documented in the manual:
http://gcc.gnu.org/onlinedocs/gcc_3.html#SEC36
> 2. Can a GCC user code for the Athlon, or indeed any architecture,
> in assembler?
Yes. As documented in the manual:
http://gcc.gnu.org/onlinedocs/gcc_5.html#SEC104