On Jan 5, 12:27 pm, Bill Hart <goodwillh...@googlemail.com> wrote:
> I assume this is on 64 bit Windows? I'll open a ticket.
>
> #273

I have solved it - the count leading/trailing zeroes macros on Windows
were unsafe to use with long long result types (its the 32/64 bit int
issue).

I really should use inlines instead - nowadays there is no excuse for
not doing so and macros are so unsafe.

I have not solved the memory issue though - it almost works but one
test fails when MPIR asks for a realloc from 8 bytes to 1 byte - I
know where this failure occurs but I haven't a clue about solving it
apart from a hack to ignore realloc requests below, say, 16 bytes.

  Brian

--

You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@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.


Reply via email to