POV-Ray : Newsgroups : povray.advanced-users : single precision vs double precision : Re: single precision vs double precision Server Time
28 Sep 2024 18:55:30 EDT (-0400)
  Re: single precision vs double precision  
From: Warp
Date: 16 Nov 2012 08:11:03
Message: <50a63b66@news.povray.org>
Bruno Cabasson <bru### [at] cabassoncom> wrote:
> NB: AKAIK, CPUs use a 80 bits format internally in all cases.

x87 uses 80-bit ("extended-precision") floating point values, but SSE doesn't
(it uses 64-bit values.) Thus the internal representation used by the
hardware will depend on whether POV-Ray has been compiled to use the FPU
or SSE.

(All floating point values will be stored in memory as 64-bit, though.
It's only the intermediate values inside the FPU that are 80-bit.)

-- 
                                                          - Warp


Post a reply to this message

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