This is the mail archive of the gcc-patches@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: [3.4-BIB] -march=k8 support


> On Wed, 20 Nov 2002, Jan Hubicka wrote:
> 
> > this patch adds -march=k8 used to enable optimizations for AMD's future chips.
> > There is not much done at the moment, but I will improve it incrementally.
> 
> You need documentation (I believe the requirements in this regard are the
> same for BIB as for mainline).
It is there...
oops I forgot to diff that dir.  Thanks :)

Wed Nov 20 15:53:21 CET 2002  Jan Hubicka  <jh@suse.cz>
	* invoke.texi: Document -march=k8.
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.175.2.10
diff -c -3 -p -r1.175.2.10 invoke.texi
*** doc/invoke.texi	17 Nov 2002 17:14:10 -0000	1.175.2.10
--- doc/invoke.texi	20 Nov 2002 14:53:11 -0000
*************** for the ABI and the set of available ins
*** 7665,7671 ****
  @samp{pentium}, @samp{pentium-mmx}, @samp{pentiumpro}, @samp{pentium2},
  @samp{pentium3}, @samp{pentium4}, @samp{k6}, @samp{k6-2}, @samp{k6-3},
  @samp{athlon}, @samp{athlon-tbird}, @samp{athlon-4}, @samp{athlon-xp},
! @samp{athlon-mp}, @samp{winchip-c6}, @samp{winchip2} and @samp{c3}.
  
  While picking a specific @var{cpu-type} will schedule things appropriately
  for that particular chip, the compiler will not generate any code that
--- 7665,7671 ----
  @samp{pentium}, @samp{pentium-mmx}, @samp{pentiumpro}, @samp{pentium2},
  @samp{pentium3}, @samp{pentium4}, @samp{k6}, @samp{k6-2}, @samp{k6-3},
  @samp{athlon}, @samp{athlon-tbird}, @samp{athlon-4}, @samp{athlon-xp},
! @samp{athlon-mp}, @samp{winchip-c6}, @samp{winchip2}, @samp{k8} and @samp{c3}.
  
  While picking a specific @var{cpu-type} will schedule things appropriately
  for that particular chip, the compiler will not generate any code that


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