[PD-cvs] packages/win32_inno Makefile,1.14,1.15

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Jul 21 02:22:54 CEST 2006


Update of /cvsroot/pure-data/packages/win32_inno
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4574/win32_inno

Modified Files:
	Makefile 
Log Message:
more work on centralizing the CPU optimization flags.  With GNU/Linux on PowerPC and Mac OS X on Intel, things are becoming more complicated... ;)

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile	29 Apr 2006 00:11:52 -0000	1.14
--- Makefile	21 Jul 2006 00:22:52 -0000	1.15
***************
*** 13,40 ****
  include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
  
- # base level optimizations
- OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer
  
  # Generic x86 (tune for Pentium III, since that's most common these days)
  OPT_CFLAGS += -mcpu=i586 -mtune=pentium3
  
- # INTEL
- #
- # Pentium MMX
- #OPT_CFLAGS += -march=pentium-mmx -mmmx
- # Pentium Pro
- #OPT_CFLAGS += -march=pentiumpro -mmmx
- # Pentium II/Celeron
- #OPT_CFLAGS += -mfpmath=sse -mmmx -msse -march=pentium2
- # Pentium III/Celeron2
- #OPT_CFLAGS += -mfpmath=sse -mmmx -msse -march=pentium3
- # Pentium 4
- #OPT_CFLAGS += -mfpmath=sse -mmmx -msse -msse2 -march=pentium4
- 
- # AMD
- #
- # Athlon XP K7
- #OPT_CFLAGS = -O3 -march=athlon-xp -m3dnow -msse -mfpmath=sse
- 
  
  # these are sent to all of the various Makefiles so that they all copy their
--- 13,20 ----





More information about the Pd-cvs mailing list