The --use-bit-lib
flag is supposed to compile bitwise operations to bit.whatever
equivalents on luajit. However, it works with every operator except bnot
. It's more complicated because bnot
is the only one which strictly accepts only 1 argument.
Fixed in 5ec7782.