[MPlayer-cvslog] CVS: main configure,1.1072,1.1073

Jindrich Makovicka makovick at kmlinux.fjfi.cvut.cz
Fri Oct 7 19:08:24 CEST 2005


Dominik 'Rathann' Mierzejewski wrote:
> I've just noticed: GCC's docs say
>     winchip-c6
>           IDT Winchip C6 CPU, dealt in same way as i486 with additional
>           MMX instruction set support.
>     winchip2
>           IDT Winchip2 CPU, dealt in same way as i486 with additional
>           MMX and 3dNOW!  instruction set support.
> so I don't think we should use -march=i586 as a fallback.

Winchip was actually a cheap but slower Pentium MMX clone, I remember I 
had once to return my new PC, because it had this thingy installed 
instead of AMD K6 I paid for.

from kernel i386 arch Makefile:

cflags-$(CONFIG_MWINCHIPC6)     += $(call 
cc-option,-march=winchip-c6,-march=i586) 

cflags-$(CONFIG_MWINCHIP2)      += $(call 
cc-option,-march=winchip2,-march=i586) 

cflags-$(CONFIG_MWINCHIP3D)     += $(call 
cc-option,-march=winchip2,-march=i586) 

cflags-$(CONFIG_MCYRIXIII)      += $(call 
cc-option,-march=c3,-march=i486) $(align)-functions=0 $(align)-jumps=0 
$(align)-loops=0
cflags-$(CONFIG_MVIAC3_2)       += $(call cc-option,-march=c3-2,-march=i686)

-- 
Jindrich Makovicka




More information about the MPlayer-cvslog mailing list