Kevin-Jin / mmap

Forked from https://r-forge.r-project.org/scm/?group_id=648
1 stars 1 forks source link

Figure out what to do with 64-bit integers #16

Open Kevin-Jin opened 7 years ago

Kevin-Jin commented 7 years ago

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.