lua-users home
lua-l archive

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


> >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