From a98aede37772797b4471e1a094452051edff5862 Mon Sep 17 00:00:00 2001
From: Mike Pall
+
+Unlike the other bit.* operations, bit.tobit()
+converts a cdata number via int64_t to int32_t and
+returns a Lua number.
+
+For bit.band(), bit.bor() and bit.bxor(), the
+conversion to int64_t or uint64_t applies to
+all arguments, if any argument is a cdata number.
+
+For all other operations, only the first argument is used to determine
+the output type. This implies that a cdata number as a shift count for
+shifts and rotates is accepted, but that alone does not cause
+a cdata number output.
+
Comparisons of cdata objects
@@ -1222,7 +1238,6 @@ value.
Please make sure to require the module before using any of -- cgit v1.2.3-55-g6feb