POV-Ray : Newsgroups : povray.general : Povray speed increases : Re: Povray speed increases Server Time
29 Jul 2024 10:22:56 EDT (-0400)
  Re: Povray speed increases  
From: Warp
Date: 16 Dec 2011 07:14:47
Message: <4eeb3637@news.povray.org>
jhu <nomail@nomail> wrote:
> FreeBSD 8.2, gcc 4.6, -march=barcelona

  You can use "-march=native" to tell gcc to automatically optimize for
the current system.

  Btw, what other optimization options are you using? I assume that at
least "-O3"? Besides that, try using "-ffast-math". You might also try
"-mfpmath=sse -msse2" (or a higher number if gcc supports it).

-- 
                                                          - Warp


Post a reply to this message

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