[PD-cvs] packages/darwin_app Makefile,1.65.2.17,1.65.2.18

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Oct 19 16:02:12 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
yet another optim attempt...

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.65.2.17
retrieving revision 1.65.2.18
diff -C2 -d -r1.65.2.17 -r1.65.2.18
*** Makefile	19 Oct 2007 05:09:32 -0000	1.65.2.17
--- Makefile	19 Oct 2007 14:02:10 -0000	1.65.2.18
***************
*** 32,38 ****
  GCC_VERSION := $(shell gcc -dumpversion)
  ifeq ($(GCC_VERSION),3.3)
! OPT_CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -mcpu=powerpc -mtune=G3
  else
! OPT_CFLAGS = -ffast-math -funroll-loops -ftree-loop-linear -mpowerpc-gpopt -mcpu=7450 -mtune=7450
  # auto-vectorization in GCC 4.x for CPUs with SIMD
  #OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \
--- 32,38 ----
  GCC_VERSION := $(shell gcc -dumpversion)
  ifeq ($(GCC_VERSION),3.3)
! OPT_CFLAGS += -O2 -funroll-loops -fomit-frame-pointer -mcpu=powerpc -mtune=G3
  else
! OPT_CFLAGS = -O2 -funroll-loops -fomit-frame-pointer -mpowerpc-gpopt -mcpu=7450 -mtune=7450
  # auto-vectorization in GCC 4.x for CPUs with SIMD
  #OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \





More information about the Pd-cvs mailing list