The assembly file is mpn/x86_64w/nehalem/store.asm.

I don't see any immediate problems. It only seems to destroy rcx, rdx and
xmm0, the first two of which are parameters anyway.

Apart from possible unaligned access and the slightly suspicious comparison
with -2, there isn't much to write home about.

Bill.

On 1 April 2014 22:18, Jean-Pierre Flori <jpfl...@gmail.com> wrote:

>
>
> On Tuesday, April 1, 2014 10:11:30 PM UTC+2, Jean-Pierre Flori wrote:
>>
>>
>>
>> On Tuesday, April 1, 2014 9:45:04 PM UTC+2, Jean-Pierre Flori wrote:
>>>
>>> t-neg seems to segfault when calling MPN_ZERO on line 41.
>>>
>>> Same for t-hgcd.
>>>
>>
>> For some reason the produced binary gets for the MPN_ZERO call:
>> callq  0xff2746c0
>>
>> And I get within the dll:
>  $ nm .libs/cygmpir-16.dll |grep mpn_store
> 00000004ff2746c0 T __gmpn_store
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mpir-devel+unsubscr...@googlegroups.com.
To post to this group, send email to mpir-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/mpir-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to