POV-Ray : Newsgroups : povray.unofficial.patches : double/single precision Server Time
1 Sep 2024 16:19:58 EDT (-0400)
  double/single precision (Message 1 to 9 of 9)  
From: Daniel Jungmann
Subject: double/single precision
Date: 18 Jan 2001 17:23:35
Message: <3a676ce7$1@news.povray.org>
Why does Povray use double precision? Why not single precision?


Post a reply to this message

From: Christoph Hormann
Subject: Re: double/single precision
Date: 18 Jan 2001 17:41:17
Message: <3A67710E.582B82F7@gmx.de>
Daniel Jungmann wrote:
> 
> Why does Povray use double precision? Why not single precision?

Because it's more accurate.  There are quite a lot of situations where
single precision would not suffice.  

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: Warp
Subject: Re: double/single precision
Date: 19 Jan 2001 11:26:11
Message: <3a686aa2@news.povray.org>
Christoph Hormann <chr### [at] gmxde> wrote:
: Because it's more accurate.  There are quite a lot of situations where
: single precision would not suffice.  

  Also, with current FPU's, using double precision numbers is as fast as
using single precision, so the extra accuracy is got for free.

-- 
char*i="b[7FK@`3NB6>B:b3O6>:B:b3O6><`3:;8:6f733:>::b?7B>:>^B>C73;S1";
main(_,c,m){for(m=32;c=*i++-49;c&m?puts(""):m)for(_=(
c/4)&7;putchar(m),_--?m:(_=(1<<(c&3))-1,(m^=3)&3););}    /*- Warp -*/


Post a reply to this message

From: Daniel Jungmann
Subject: Re: double/single precision
Date: 19 Jan 2001 12:58:53
Message: <3a68805d$1@news.povray.org>
>   Also, with current FPU's, using double precision numbers is as fast as
> using single precision, so the extra accuracy is got for free.

But single precision could be optimized. 3D!Now & SSE use single precision
and PovRay can't use this, because of double precision. I am optimizing
PovRay for SSE2 ( uses double precision ), but not everybody have a Pentium
4 but I am looking for the possibility to make PovRay faster and it would be
easier to use 3D!Now & SSE to do that.


Post a reply to this message

From: Chris Huff
Subject: Re: double/single precision
Date: 19 Jan 2001 13:24:23
Message: <chrishuff-BE4984.13252919012001@news.povray.org>
In article <3a68805d$1@news.povray.org>, "Daniel Jungmann" 
<DSJ### [at] gmxnet> wrote:

> But single precision could be optimized. 3D!Now & SSE use single 
> precision and PovRay can't use this, because of double precision. I 
> am optimizing PovRay for SSE2 ( uses double precision ), but not 
> everybody have a Pentium 4 but I am looking for the possibility to 
> make PovRay faster and it would be easier to use 3D!Now & SSE to do 
> that.

Well, you could change it to single and use the SIMD features...and just 
get bad renders faster.
Raytracing *requires* double precision in a lot of areas, single 
precision could lead to inaccurate surfaces or simply failing to find an 
intersection at all...locating the areas where things could be done in 
single precision would be a lot of work. The color calculations are done 
in single-precision, but I don't know how much of an improvement you 
would get by optimizing those...

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

From: Daniel Jungmann
Subject: Re: double/single precision
Date: 19 Jan 2001 13:30:15
Message: <3a6887b7@news.povray.org>
I had used single precision, but the problem was that PovRay don't work any
more.


Post a reply to this message

From: Francois Dispot
Subject: Re: double/single precision
Date: 19 Jan 2001 14:04:49
Message: <3A688FCF.E8C3A929@club-internet.fr>
Christoph Hormann wrote:
> 
> Daniel Jungmann wrote:
> >
> > Why does Povray use double precision? Why not single precision?
> 
> Because it's more accurate.  There are quite a lot of situations where
> single precision would not suffice.

It is a part of what was done with "povpro". The result was that, while
"plain" renders were somewhat faster in some cases (but not because of
single precision), the stronger the AA settings were, the slower povpro
was compared with raw povray. In many cases I had longer times because
the poor precision added noise the AA algorithm had to correct.

Moreover, using single precision needs many implicit casts to be
performed.
The only advantage would be memory consumption.
-- 

      __  __ __  __  _
|  | /  \  /  / |_  /  |/
\/\/ \__/ /_ /_ |__ \_ |\


Post a reply to this message

From: David Fontaine
Subject: Re: double/single precision
Date: 19 Jan 2001 19:45:04
Message: <3A68DE4C.6EF81810@faricy.net>
Daniel Jungmann wrote:

> Why does Povray use double precision? Why not single precision?

Because they ain't good enough.

--
David Fontaine  <dav### [at] faricynet>  ICQ 55354965
My raytracing gallery:  http://davidf.faricy.net/


Post a reply to this message

From: GrimDude
Subject: Re: double/single precision
Date: 27 Jan 2001 02:13:16
Message: <3a72750c@news.povray.org>
Do it anyway! :)
Pentium 4's will be prevalent someday won't they?

Grim
"Daniel Jungmann" <DSJ### [at] gmxnet> wrote in message
news:3a68805d$1@news.povray.org...
> >   Also, with current FPU's, using double precision numbers is as fast as
> > using single precision, so the extra accuracy is got for free.
>
> But single precision could be optimized. 3D!Now & SSE use single precision
> and PovRay can't use this, because of double precision. I am optimizing
> PovRay for SSE2 ( uses double precision ), but not everybody have a
Pentium
> 4 but I am looking for the possibility to make PovRay faster and it would
be
> easier to use 3D!Now & SSE to do that.
>
>
>


Post a reply to this message

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