On Fri, Nov 01, 2002 at 06:35:10PM +0100, Guillermo S. Romero / Familia Romero wrote:
> some places use 32 bit float

This probably ought to be on our horizon too. Modern FPUs are very fast
and RAM gets ever cheaper. Are there any concrete advantages (other than
the 50% saving on storage) for 16-bit integers vs 32-bit float? We can't
actually /display/ either of these things on conventional hardware so
there's no difference there.

Naive tests suggest that floats are significantly faster for a compositor
or similar code  { i.e. R' = R * (1-a) + r * a  }  on commodity x86 CPUs.
Has anyone with better profiling knowledge than me tried this kind of
thing inside an actual working image app ?

Nick.
_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to