POV-Ray : Newsgroups : povray.macintosh : mac versions. : Re: mac versions. Server Time
1 Jun 2024 23:40:53 EDT (-0400)
  Re: mac versions.  
From: David Burnett
Date: 28 Nov 2002 14:31:54
Message: <3de66f2a$1@news.povray.org>
On Tue, 26 Nov 2002 22:34:11 +0000, James Gray wrote:


> Those final two changes did it!  I CANNOT thank you enough!  Now I can
> control POV with Perl, I'm a happy guy.  Thank you, thank you, thank
> you...

Great. Good to see we got it working.


Now if your feeling adventurous, try this...

back your povray exe up just in case.

change the following in src/Makefile

CFLAGS = -O3 -maltivec -mtune=powerpc -finline-functions -ffast-math
-fomit-frame-pointer -funroll-loops -fexpensive-optimi
zations -foptimize-sibling-calls -Wno-multichar
CXXFLAGS = $(NOMULTICHAR) -O3 -maltivec -mtune=powerpc -finline-functions -ffast-math
-fomit-frame-pointer -funroll-loops -
fexpensive-optimizations -foptimize-sibling-calls -Wno-multichar -I/sw/include

then

make clean;
make;
sudo make install;
 
I got some significant speed gains with this lot.

Dave


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.