Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-06 Thread Sisyphus
- Original Message - From: "Ruben Van Boxem" Hi Ruben, > Please note that far from all tests run when you run make check. I > tried reporting it to the gmp-bugs list, but I was a bit too > unfriendly to their liking. Be sure to go to all the mpz/mpn/... > subdirectories and run make che

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-06 Thread Ruben Van Boxem
2011/7/6 Sisyphus : > > - Original Message - > From: "Torbjorn Granlund" > >> Oops, one patch had been omitted (although the change log claimed it was >> there).  You should have more luck with this snapshot: >> >>      ftp://gmplib.org/pub/snapshot/gmp-5.0.90-20110706.tar.bz2 >> > > Yes, t

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-06 Thread Sisyphus
- Original Message - From: "Torbjorn Granlund" > Oops, one patch had been omitted (although the change log claimed it was > there). You should have more luck with this snapshot: > > ftp://gmplib.org/pub/snapshot/gmp-5.0.90-20110706.tar.bz2 > Yes, that's better - all tests pass. H

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-06 Thread JonY
On 7/6/2011 14:45, Torbjorn Granlund wrote: > JonY writes: > > GMP is misusing the --host option for detecting CPU optimization levels > > I don't think it is doing that. It used -O2 for all CPUs, I think. > I mean for ASM codes, adding -O2 implicitly isn't an issue. > (Why not just use -

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-05 Thread Torbjorn Granlund
JonY writes: GMP is misusing the --host option for detecting CPU optimization levels I don't think it is doing that. It used -O2 for all CPUs, I think. (Why not just use --with-arch=XXX?). Can anybody explain why is it doing something like that? I am not sure I follow you. GMP detects

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-05 Thread Torbjorn Granlund
"Sisyphus" writes: During make check: libtool: link: x86_64-w64-mingw32-gcc -O2 -pedantic -m64 -std=gnu99 -mtune=k8 -march=k8 -o t-locale.exe t-locale.o ../../tests/.libs/libtests.a /c/_64/comp/gmp-5.0.90-20110704/.libs/libgmp.a ../../.libs/libgmp.a

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-04 Thread JonY
On 7/5/2011 10:51, Sisyphus wrote: > > During make check: > > > libtool: link: > x86_64-w64-mingw32-gcc -O2 -pedantic -m64 -std=gnu99 -mtune=k8 -march=k8 -o > t-locale.exe t-locale.o ../../tests/.libs/libtests.a > /c/_64/comp/gmp-5.0.90-20110704/.libs/libgmp.a ..

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-04 Thread Sisyphus
- Original Message - From: "Torbjorn Granlund" Dropping mingw-users from the CC's. > I have tested this on an Intel Nehalem, running windoze 7 with cygwin and > the mingw compilers. It would be great if people could test > > configure && make && make check During make check: ###

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-07-04 Thread Torbjorn Granlund
David Cleaver writes: Mingw64 provides ar,as,gcc,cpp,ranlib,gdb,ld and several other executables, all the *.h and lib*.a files. You need to have an MSYS shell to run configure and make. Good. I think the development sources were broken until yesterday, though. I am not sure how well w

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-06-30 Thread Ruben Van Boxem
Op 30 jun. 2011 04:10 schreef "David Cleaver" het volgende: > > > > On 6/30/2011 05:20, Torbjorn Granlund wrote: > >> > >> Currently (i think) GMP configures and builds under MinGW-64, but GMP's > >> performance leaves a lot to be desired, mainly since the GMP x86_64 > >> assembly does not work w

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-06-29 Thread David Cleaver
> On 6/30/2011 05:20, Torbjorn Granlund wrote: >> >> Currently (i think) GMP configures and builds under MinGW-64, but GMP's >> performance leaves a lot to be desired, mainly since the GMP x86_64 >> assembly does not work with Windows64's calling conventions. (GMP's >> performance is very depend

Re: [Mingw-w64-public] [Mingw-users] GMP windows64 porting effort

2011-06-29 Thread JonY
On 6/30/2011 05:20, Torbjorn Granlund wrote: > Hello, > > I believe GMP (The GNU multiple precision arithmetic library) in its > latest incarnation (release series 5.0) support 64-bit MinGW, but only > rudimentarly. > mingw-w64 is a separate project than mingw.org, mailing list at mingw-w64-publ