[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work5) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 1 Nov 2010 10:09:07 -0200
> > Is a 64-bit version coming?
>
> If you need it, it's probably easy to do it yourself by changing NBITS
> in lbitlib.c and LUA_UNSIGNED in luaconf.h.
I was too fast replying. A 64-bit version of bit32 would have problem
storing its results in a lua_Number, even if lua_Number is double, because
you'll have at most 52+1 bits available. So it'd be bit53 more likely :-)