[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Floating point lua
- From: "Vincent Penquerc'h" <vincent@...>
- Date: Thu, 23 Nov 2000 16:36:32 -0000
> The main reason for using float instead of double is to reduce memory use,
> Someone in the list mentioned that doubles in some machine were very slow.
> I'd like to hear more about this.
On the Playstation 2, only floats are available. doubles are emulated, or
replaced with floats at compile time. There might be other machines, but
that's the one I know of.
--
Vincent Penquerc'h