Kevin-Jin/mmap

Figure out what to do with 64-bit integers

Opened this issue · 0 comments

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.