On Oct 24, 8:30 pm, Cactus <rieman...@gmail.com> wrote: > Following up my earlier response, size_t on Windows x64 is a 32-bit integer > so the test program you used won't use a 64-bit integer. To obtain 64-bit > integers you can use intmax_t and uintmax_t
Brian, I'm really surprised that size_t on Windows x64 is a 32-bit integer! When I google on "definition size_t msvc 2010 windows 64" it brings me to this page: http://msdn.microsoft.com/en-us/library/3b2e7499.aspx which clearly states: "size_t, time_t, and ptrdiff_t are 64-bit values on 64-bit Windows operating systems." Maybe I wasn't clear enough - when speaking about 64-bit Windows, I actually meant on Windows x64 in MSVC (I don't know about gcc on Win64, it might have similar issues, or not, depending on which memory model it uses). Joris -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to mpir-devel@googlegroups.com. To unsubscribe from this group, send email to mpir-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.