Consider adding the bit64 package to the Suggests list and only supporting int64() if bit64 is installed. In the C code, we will probably have to make use of our "union initialization list" hack to emulate reinterpret_cast between int64_t and double. This may also allow us to also support uint32_t.
Consider adding the
bit64
package to the Suggests list and only supportingint64()
ifbit64
is installed. In the C code, we will probably have to make use of our "union initialization list" hack to emulatereinterpret_cast
betweenint64_t
anddouble
. This may also allow us to also supportuint32_t
.