On Friday 17 April 2009 21:01:52 Jeff Gilchrist wrote:
> Sorry for more bad news.  I have just had a chance to try 1.1.0 on
> Windows and 32bit is compiling fine, but 64bit Core2 and AMD builds
> fail.
>
> I'm getting an error that it cannot open subadd_n.asm and sure enough
> if I look in the Windows build directories, sure enough that file is
> missing from both the:
> mpir-1.1\mpn\x86_64w\core2
> and
> mpir-1.1\mpn\x86_64w\amd64
>
> directories, while subadd_n.as is present in in the UNIX ones:
> mpir-1.1\mpn\x86_64\core2
> and
> mpir-1.1\mpn\x86_64\k8
>
> I'm sure if there is suppose to be a 1:1 correspondence between the
> Widows and UNIX assembler files but if I compare the two directories,
> these files are present in the UNIX core2 but missing in the Windows
> one:
>
> addmul_2.as
> mul_2.as
> subadd_n.as
>
> There is also a lshift1.asm and rshift1.asm files that are in the
> Windows core2 directory but not the UNIX one.

The lrshift1.as are optional files and are only included if we have code that 
is faster than the usual lrshift , for k8 we have , but for core we dont 
(yet) Same should be mostly true for windows.

>
> But basically right now MPIR 1.1 is *not* compiling for 64bit Core2 or
> AMD64 builds in MSVC.
>
> Jeff.
>
> 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to