This is the mail archive of the gcc-help@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]

Any plan for C3 CPU optimization?


Hi all,
  I found the option "-march=c3" in the recent kernel 2.5.51 and checked the
gcc CVS.
  And found the c3 option seems to use i486 pluse MMX and 3DNOW
instructions.
  Like below:
  * config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
  * config/i386/i386.c (processor_alias_table): Add winchip-c6, winchip2 and
c3.
  * doc/invoke.texi: Mention new aliases.
  **  {"c3", PROCESSOR_I486, PTA_MMX | PTA_3DNOW},   **
  Is there any plan to optimize for C3 CPU in future gcc released version?
  Thanks in advance.
BR,
             Joseph

-----------------------------------------------------------------
< ¨C¤Ñ³£ Yahoo!©_¼¯ >  www.yahoo.com.tw


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