I do make the assumption that sizeof(mp_limb_t) = sizeof(ptr) in the memory allocation. But I think this is true on 64 bit Windows, is it not?
Bill. On 2 January 2012 21:21, Cactus <[email protected]> wrote: > The split/combine works in win32 so this is, as you suggest, the old 32/64 > bit integer problem. I couldn't test the other tow failures in win32 as > they require gmpn_addsub_n which ends up as an undefined symbol in the > 32-bit builds that I can use. > > I have not yet done the malloc conversions so it could be some odd > interaction in memory management. > > Brian > > > -- > You received this message because you are subscribed to the Google Groups > "mpir-devel" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/mpir-devel/-/1DOqZHcRabcJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/mpir-devel?hl=en. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
