[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 17:45:32 -0000
> >On the Playstation 2, only floats are available. doubles are emulated, or
> >replaced with floats at compile time.
>
> If you can replace doubles with floats at compile time, then you
> don't even
> need to set LUA_NUM_TYPE=float!
> I assume that things like scanf with %ld and strtod will behave
> sensibly in
> this case...
Well, I'm told that the actual switch is to be used with extreme
caution, as it does not generate particularly stable code (or code
which is too sensitive to other code, etc).
--
Vincent Penquerc'h