Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32432
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: switched cpu from 7400 to G4 in hopes of fixed FFT/freeverb~ bugs 1815039 1815041
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.65.2.13 retrieving revision 1.65.2.14 diff -C2 -d -r1.65.2.13 -r1.65.2.14 *** Makefile 17 Jun 2007 05:11:34 -0000 1.65.2.13 --- Makefile 18 Oct 2007 14:15:00 -0000 1.65.2.14 *************** *** 34,38 **** 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 \ --- 34,38 ---- OPT_CFLAGS += -O3 -funroll-loops -fomit-frame-pointer -mcpu=powerpc -mtune=G3 else ! OPT_CFLAGS = -fast -fPIC -mcpu=G4 -mtune=G4 # auto-vectorization in GCC 4.x for CPUs with SIMD #OPT_CFLAGS = -ftree-vectorize -ftree-vectorizer-verbose=2 \