[PD-cvs] packages/darwin_app Makefile,1.65.2.10,1.65.2.11

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Jun 13 03:12:57 CEST 2007


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

Modified Files:
      Tag: branch-v0-39-2-extended
	Makefile 
Log Message:
turned off auto-vectorization on PowerPC too, there are also bugs in sqrt~ and others

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.65.2.10
retrieving revision 1.65.2.11
diff -C2 -d -r1.65.2.10 -r1.65.2.11
*** Makefile	12 Jun 2007 04:29:43 -0000	1.65.2.10
--- Makefile	13 Jun 2007 01:12:55 -0000	1.65.2.11
***************
*** 34,40 ****
  OPT_CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -mcpu=powerpc -mtune=G3
  else
  # auto-vectorization in GCC 4.x for CPUs with SIMD
! OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \
! 	-fast -fPIC -mcpu=7400 -mtune=7400
  endif
  
--- 34,41 ----
  OPT_CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -mcpu=powerpc -mtune=G3
  else
+ OPT_CFLAGS = -fast -fPIC -mcpu=7400 -mtune=7400
  # auto-vectorization in GCC 4.x for CPUs with SIMD
! #OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \
! #	-fast -fPIC -mcpu=7400 -mtune=7400
  endif
  





More information about the Pd-cvs mailing list