POV-Ray : Newsgroups : povray.unofficial.patches : Watcom C++, please help! : Re: Watcom C++, please help! Server Time
2 Sep 2024 22:14:19 EDT (-0400)
  Re: Watcom C++, please help!  
From: Stuart Gibson
Date: 2 Jun 1999 01:14:24
Message: <3754afa0.0@news.povray.org>
I've compiled the DOS version of POV-Ray 3.1e with djgcc 2.8.1 and have
optimised it to the point where it runs at the same speed as the official
Watcom compile.

The CFLAGS I used were:
# For gcc 2.81
CFLAGS=-O3 -s -mcpu=pentiumpro -march=pentiumpro \
 -malign-double -malign-loops=2 -malign-jumps=2 -malign-functions=2 \
 -fomit-frame-pointer -fno-exceptions -fforce-addr -fforce-mem \
 -funroll-loops -ffast-math

This renders skyvase.pov at 640 x 480 in 1 min 11 secs on my Celeron 333a.
The Watcom version does it in 1 min 12 secs!


Post a reply to this message

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