Re: mpz_prevprime

2019-08-21 Thread Marco Bodrato
Ciao, Il Gio, 22 Agosto 2019 7:24 am, Niels Möller ha scritto: > Seth Troisi writes: >> In order to profile parts of this I also added tune/speed support for >> mpz_nextprime >> Note that I change the behavior of s->size to mean size bits instead >> of limbs for for measuring mpz_nextprime, as

Re: mpz_prevprime

2019-08-21 Thread Niels Möller
Seth Troisi writes: > In order to profile parts of this I also added tune/speed support for > mpz_nextprime > https://github.com/sethtroisi/libgmp/pull/6/files > Note that I change the behavior of s->size to mean size bits instead > of limbs for for measuring mpz_nextprime, as the function is slo

Re: Patch for pkg-config file

2019-08-21 Thread Niels Möller
Hugh McMaster writes: > On Thu, 8 Aug 2019 at 21:13, Niels Möller wrote: >> Hugh McMaster writes: >> > EXTRA_DIST = configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf \ >> > - COPYING.LESSERv3 COPYINGv2 COPYINGv3 >> > + COPYING.LESSERv3 COPYINGv2 COPYINGv3 \ >> > +

Re: Patch for pkg-config file

2019-08-21 Thread Hugh McMaster
Are you happy to commit the pkg-config patches? Thank you ___ gmp-devel mailing list gmp-devel@gmplib.org https://gmplib.org/mailman/listinfo/gmp-devel

Fwd: Patch for pkg-config file

2019-08-21 Thread Hugh McMaster
On Fri, 16 Aug 2019 at 5:34 am, Niels Möller wrote: > > Marc Glisse writes: > > >> For gmpxx, perhaps -lgmp should be added as well, either > >> > >> Libs: -L${libdir} -lgmpxx -lgmp > >> > >> or > >> > >> Libs: -L${libdir} -lgmpxx > >> Libs.private: -lgmp > >> > >> ? > > > > I assume that "Requi

Re: Patch for pkg-config file

2019-08-21 Thread Hugh McMaster
On Fri, 16 Aug 2019 at 5:34 am, Niels Möller wrote: > Marc Glisse writes: > > >> For gmpxx, perhaps -lgmp should be added as well, either > >> > >> Libs: -L${libdir} -lgmpxx -lgmp > >> > >> or > >> > >> Libs: -L${libdir} -lgmpxx > >> Libs.private: -lgmp > >> > >> ? > > > > I assume that "Requir

mpz_prevprime

2019-08-21 Thread Seth Troisi
There isn't the inverse function for mpz_nextprime which I needed for some recent prime work so I coded one up. In order to profile parts of this I also added tune/speed support for mpz_nextprime https://github.com/sethtroisi/libgmp/pull/6/files Note that I change the behavior of s->size to mean s