This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Seeking doc on K6 code generation
- To: gcc at gcc dot gnu dot org
- Subject: Seeking doc on K6 code generation
- From: Steve Snyder <swsnyder at home dot com>
- Date: Sun, 03 Jun 2001 08:29:19 -0700
- Reply-to: swsnyder at home dot com
Hello.
I am using the version of GCC that came with RedHat v7.1 and, yes, I know
that compiler is not an official GCC release. That said, where can I find
documentation of the code generation for the K6 (-mcpu=k6 / -march=k6)
flavor of the x86 architecture?
I am trying to decide whether "-march=i586" or "-march=k6" is most
appropriate for my K6-2-based machine. So far I have been unable to find a
reference describing what code generation is specific to the k6 switches.
Pointers, anyone?
Thanks.