lua-users home
lua-l archive

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


On Thu, 6 Feb 2020 at 15:05, Egor Skriptunoff
<egor.skriptunoff@gmail.com> wrote:
>
> On Thu, Feb 6, 2020 at 3:18 PM Hisham wrote:
>>
>> even if the semantics are different
>>
>
> There is a semantic difference in rotation counters:
> in LuaJIT, they are taken modulo 64.
> for example, bit.lshift(1LL, 64) is not a zero

Thanks for the info! That sounds workable! Is this the only difference
you are aware of?

-- Hisham