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
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
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 \
>> > +
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
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
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
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