From a98aede37772797b4471e1a094452051edff5862 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 13 Mar 2013 22:44:01 +0100 Subject: FFI: Add 64 bit bitwise operations. --- doc/extensions.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/extensions.html') diff --git a/doc/extensions.html b/doc/extensions.html index 2bfcc76c..f288fbde 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -113,6 +113,9 @@ bit.lshift bit.rshift bit.arshift bit.rol bit.ror bit.bswap This module is a LuaJIT built-in — you don't need to download or install Lua BitOp. The Lua BitOp site has full documentation for all » Lua BitOp API functions. +The FFI adds support for +64 bit bitwise operations, +using the same API functions.

Please make sure to require the module before using any of -- cgit v1.2.3-55-g6feb