aboutsummaryrefslogtreecommitdiff
path: root/doc/extensions.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/extensions.html')
-rw-r--r--doc/extensions.html3
1 files changed, 3 insertions, 0 deletions
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
113This module is a LuaJIT built-in — you don't need to download or 113This module is a LuaJIT built-in — you don't need to download or
114install Lua BitOp. The Lua BitOp site has full documentation for all 114install Lua BitOp. The Lua BitOp site has full documentation for all
115<a href="http://bitop.luajit.org/api.html"><span class="ext">&raquo;</span>&nbsp;Lua BitOp API functions</a>. 115<a href="http://bitop.luajit.org/api.html"><span class="ext">&raquo;</span>&nbsp;Lua BitOp API functions</a>.
116The FFI adds support for
117<a href="ext_ffi_semantics.html#cdata_arith">64&nbsp;bit bitwise operations<a>,
118using the same API functions.
116</p> 119</p>
117<p> 120<p>
118Please make sure to <tt>require</tt> the module before using any of 121Please make sure to <tt>require</tt> the module before using any of