lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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